Implementation Errors
MissingAccessTokenProviderError
InvalidAccessTokenError
{
access_token: string,
token_type: string,
refresh_token: string,
expires_in: number,
scope: string
}FetchAccessTokenError
Last updated
Was this helpful?