Skip to content

Documentation / react-auth / OAuthProviderTokens

Type alias: OAuthProviderTokens

OAuthProviderTokens: Object

Type declaration

accessToken

accessToken: string

The OAuth access token.

accessTokenExpiresInSeconds?

accessTokenExpiresInSeconds?: number

The number of seconds until the OAuth access token expires.

provider

provider: OAuthProviderType

The OAuth provider.

refreshToken?

refreshToken?: string

The OAuth refresh token.

scopes?

scopes?: string[]

The list of OAuth scopes the access token is approved for.