core.medplumclient.getauthorizeurl
Home > @medplum/core > MedplumClient > getAuthorizeUrl
MedplumClient.getAuthorizeUrl() method
Returns the current authorize URL. By default, this is set to https://api.medplum.com/oauth2/authorize
. This can be overridden by setting the authorizeUrl
option when creating the client.
Signature:
getAuthorizeUrl(): string;
Returns:
string
The current authorize URL.