Vulos Documentation
  • Identity
    • Welcome to the Vulos Identity Documentation!
    • Quick Start
    • Organizations
    • Scopes and Claims
  • Reference
    • Identity JavaScript SDK
      • The Base Package
        • KYC
          • KycStatus
          • KycInstance
          • KycDetails
          • KycApi
        • Profile
          • UserReference
          • ProfileApi
        • Cache
        • Authentication
          • Application
          • BaseAuth
          • User
          • UserInfo
          • BaseApi
        • Organizations
          • Organization
          • OrganizationMembership
            • OrganizationMembershipWithMetadata
          • OrganizationRole
          • OrganizationApi
      • The Backend Auth Package
        • CodeVerifier
        • BackendAuth
      • The Frontend Auth Package
        • IFrameRefresh
        • StateVerifier
        • FrontendAuth
    • Organization API
      • Organizations
      • Memberships
        • Roles
    • Profile API
    • KYC API
Powered by GitBook
On this page
  • Members
  • codeChallenge : string
  • codeChallengeMethod : string
  • codeVerifier : string
  • Methods
  • constructor()
  1. Reference
  2. Identity JavaScript SDK
  3. The Backend Auth Package

CodeVerifier

Members

codeChallenge : string

The OpenID code challenge.

codeChallengeMethod : string

The OpenID code challenge method - defaults to "S256".

codeVerifier : string

The OpenID code verifier.

Methods

constructor()

Create a new code verifier.

const verifier = new CodeVerifier()
PreviousThe Backend Auth PackageNextBackendAuth

Last updated 3 years ago