Skip to main content

core.medplumclient.gettokenurl

Home > @medplum/core > MedplumClient > getTokenUrl

MedplumClient.getTokenUrl() method

Returns the current token URL. By default, this is set to https://api.medplum.com/oauth2/token. This can be overridden by setting the tokenUrl option when creating the client.

Signature:

getTokenUrl(): string;

Returns:

string

The current token URL.