Interface PKCEAuthURL

Interface of the object containing the OAuth 2.0 URL as well as the hashed secret.

Hierarchy

  • PKCEAuthURL

Properties

Properties

secret: string

Server-side challenge used in the OAuth 2.0 flow

secretHash: string

SHA-256 hash of the secret

url: string

The URL for hosted authentication

Generated using TypeDoc