core.medplumclient.getlogouturl | Medplum

MedplumClient.getLogoutUrl() method

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

Signature:

getLogoutUrl(): string;

Returns: string

The current logout URL.