core.medplumclientoptions.authorizeurl | Medplum

MedplumClientOptions.authorizeUrl property [​](/content/docs/sdk/core.medplumclientoptions.authorizeurl#medplumclientoptionsauthorizeurl-property "Direct link to MedplumClientOptions.authorizeUrl property"/index.html)

OAuth2 authorize URL.

Default value is baseUrl + "/oauth2/authorize".

Can be specified as absolute URL or relative to baseUrl.

Use this if you want to use a separate OAuth server.

Signature:

authorizeUrl?: string;