Skip to main content

core.medplumclient.signout

Home > @medplum/core > MedplumClient > signOut

MedplumClient.signOut() method

Signs out the client. This revokes the current token and clears token from the local cache.

Signature:

signOut(): Promise<void>;

Returns:

Promise<void>