foundation-comms.credentialmanager.getrefreshtoken
Home > @genesislcap/foundation-comms > CredentialManager > getRefreshToken
CredentialManager.getRefreshToken() method
Retrieves the current refresh token, if any.
Signature:
getRefreshToken(): string | null;
Returns:
string | null
A string containing the refresh token, or null if there is no refresh token.