Skip to content

Documentation / expo / UseOAuthTokensOptions

Interface: UseOAuthTokensOptions ​

Properties ​

onOAuthTokenGrant ​

onOAuthTokenGrant: (tokens) => void

Callback function triggered when OAuth tokens are granted to the user after any OAuth Authorization flow.

Parameters ​

• tokens: OAuthTokens

The set of OAuth tokens granted to the user.

Returns ​

void