Interface: AuthorizationRequest
Defined in: src/auth/oauth/oauth-service.ts:31
OAuth authorization request parameters.
Properties
clientId
readonlyclientId:string
Defined in: src/auth/oauth/oauth-service.ts:35
Client identifier.
codeChallenge
readonlycodeChallenge:string
Defined in: src/auth/oauth/oauth-service.ts:60
PKCE code challenge.
codeChallengeMethod
readonlycodeChallengeMethod:"S256"
Defined in: src/auth/oauth/oauth-service.ts:65
PKCE challenge method (must be S256).
redirectUri
readonlyredirectUri:string
Defined in: src/auth/oauth/oauth-service.ts:40
Redirect URI for callback.
responseType
readonlyresponseType:"code"
Defined in: src/auth/oauth/oauth-service.ts:45
Response type (must be "code").
scope?
readonlyoptionalscope:string
Defined in: src/auth/oauth/oauth-service.ts:50
Requested scopes (space-separated).
state?
readonlyoptionalstate:string
Defined in: src/auth/oauth/oauth-service.ts:55
State parameter for CSRF protection.