Interface recordOAuth2LoginForm

Hierarchy

  • recordOAuth2LoginForm

Properties

code: string

The authorization code returned from the initial request.

codeVerifier: string

The optional PKCE code verifier as part of the code_challenge sent with the initial request.

createData: _TygojaDict

Additional data that will be used for creating a new auth record if an existing OAuth2 account doesn't exist.

provider: string

The name of the OAuth2 client provider (eg. "google")

redirectURL: string

The redirect url sent with the initial request.

redirectUrl: string

Todo

deprecated: use RedirectURL instead RedirectUrl will be removed after dropping v0.22 support

Generated using TypeDoc