core.medplumclient.refreshifexpired
Home > @medplum/core > MedplumClient > refreshIfExpired
MedplumClient.refreshIfExpired() method
Refreshes the access token using the refresh token if available.
Signature:
refreshIfExpired(): Promise<void>;
Returns:
Promise<void>
Promise to refresh the access token.