AuthorizeOptions: { state?: string; codeChallenge: string }

Type declaration

  • Optional state?: string

    an optional OAuth 2.0 state parameter

  • codeChallenge: string

    A PKCE codeChallenge based on code verifier the application has generated. The application has to remember the code verifier.

Generated using TypeDoc