Hierarchy (View Summary)

Constructors

Properties

configManager: ConfigManager
stateManager: StateManager

Accessors

  • get codeVerifier(): string

    Code verifier for Authorization Code Grant with Proof Key for Code Exchange (PKCE) It has to be the same when coming back from the issuer after a redirect Therefore, we keep it in localStorage.

    Returns string

  • set codeVerifier(value: string): void

    Parameters

    • value: string

    Returns void

Methods