Skip to content

Documentation / expo / OAuthTokens

Interface: OAuthTokens

Extends

  • NonNullable<PrivyAuthenticatedUser["oauth_tokens"]>

Properties

access_token

access_token: string

Inherited from

NonNullable.access_token


access_token_expires_in_seconds?

access_token_expires_in_seconds?: number

Inherited from

NonNullable.access_token_expires_in_seconds


provider

provider: string

Inherited from

NonNullable.provider


refresh_token?

refresh_token?: string

Inherited from

NonNullable.refresh_token


refresh_token_expires_in_seconds?

refresh_token_expires_in_seconds?: number

Inherited from

NonNullable.refresh_token_expires_in_seconds


scopes?

scopes?: string[]

Inherited from

NonNullable.scopes