Private
Auth0Private
clientPrivate
domain
Private
Optional
localGets the credentials that has already been saved
Optional
scope:
string
The scope to request for the access token. If null is passed, the previous scope will be kept.
The minimum time in seconds that the access token should last before expiration.
Additional parameters to send in the request to refresh expired credentials.
Whether to force refresh the credentials. It will work only if the refresh token already exists. For iOS, doing forceRefresh will not send the scope. Since scope change already does force refresh, it is better to avoid force refresh if the scope is being changed.
A populated instance of Credentials.
Returns whether this manager contains a valid non-expired pair of credentials.
The minimum time in seconds that the access token should last before expiration
true
if a valid set of credentials are available,
or false
if there are no credentials to return.
Saves the provided credentials
Generated using TypeDoc
Delete the stored credentials