Skip to content

AuthorizationCodePKCE_OAuth2ClientOptions

Extends

Properties

authFormat

authFormat: AuthFormat

Inherited from

Omit.authFormat


authorizationEndpoint

authorizationEndpoint: string

Inherited from

Omit.authorizationEndpoint


clientId

clientId: string

Inherited from

Omit.clientId


clientSecret

clientSecret: string

Inherited from

Omit.clientSecret


codeVerifier

codeVerifier: string

A cryptographically random string between 43 and 128 characters long that will be used to verify the authorization code using the character set [A-Z, a-z, 0-9, "-", ".", "_", "~"]


redirectUri

redirectUri: string

Inherited from

Omit.redirectUri


requestFormat

requestFormat: RequestFormat

Inherited from

Omit.requestFormat


scopes

scopes: string[]

Inherited from

Omit.scopes


state

state: string

An opaque string used to store request-specific data and/or prevent CSRF attacks by verifying the value of state later

Inherited from

Omit.state


tokenEndpoint

tokenEndpoint: string

Inherited from

Omit.tokenEndpoint


type

type: AUTHORIZATION_CODE_PKCE