Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the AuthorizationRequest. For more information look at https://tools.ietf.org/html/rfc6749#section-4.1.1

Hierarchy

  • AuthorizationRequest

Index

Constructors

constructor

Properties

clientId

clientId: string

Optional extras

extras: StringMap

Optional internal

internal: StringMap

redirectUri

redirectUri: string

responseType

responseType: string

scope

scope: string

state

state: string

Static RESPONSE_TYPE_CODE

RESPONSE_TYPE_CODE: string = 'code'

Static RESPONSE_TYPE_TOKEN

RESPONSE_TYPE_TOKEN: string = 'token'

Methods

setupCodeVerifier

  • setupCodeVerifier(): Promise<void>

toJson

Generated using TypeDoc