TwurpleAuthenticationGetting dataExamplesFAQMigration

RefreshingAuthProviderConfig

Configuration for the RefreshingAuthProvider.

{
The scopes to be implied by the provider's app access token.
appImpliedScopes?: string[]
The client ID of your application.
clientId: string
The client secret of your application.
clientSecret: string
A valid redirect URI for your application.
redirectUri?: string
}

Properties

appImpliedScopes

Type: ?string[]

The scopes to be implied by the provider's app access token.

clientId

Type: string

The client ID of your application.

clientSecret

Type: string

The client secret of your application.

redirectUri

Type: ?string

A valid redirect URI for your application.

Only required if you use addUserForCode.