Back to Pocketbase

Interface recordOAuth2LoginForm

static/jsvm/interfaces/apis.recordOAuth2LoginForm.html

latest1.6 KB
Original Source

Interface recordOAuth2LoginForm

Hierarchy

  • recordOAuth2LoginForm

Index

Properties

codecodeVerifiercreateDataproviderredirectURLredirectUrl

Properties

code

code: string

The authorization code returned from the initial request.

codeVerifier

codeVerifier: string

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

createData

createData: _TygojaDict

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

provider

provider: string

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

redirectURL

redirectURL: string

The redirect url sent with the initial request.

redirectUrl

redirectUrl: string

Todo

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

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc