Skip to content

AuthorizationCode_OAuth2ClientOptions ​

Extends ​

  • CommonOAuth2ClientOptions

Properties ​

authFormat ​

authFormat: AuthFormat

Inherited from ​

CommonOAuth2ClientOptions.authFormat


authorizationEndpoint ​

authorizationEndpoint: string


clientId ​

clientId: string


clientSecret ​

clientSecret: string


redirectUri ​

redirectUri: string


requestFormat ​

requestFormat: RequestFormat

Inherited from ​

CommonOAuth2ClientOptions.requestFormat


scopes ​

scopes: string[]

Inherited from ​

CommonOAuth2ClientOptions.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


tokenEndpoint ​

tokenEndpoint: string


type ​

type: AUTHORIZATION_CODE