AuthorizationCallback
Agent Runtimes / identity/types / AuthorizationCallback
Interface: AuthorizationCallback
Defined in: identity/types.ts:146
Authorization callback parameters
Properties
code
code:
string
Defined in: identity/types.ts:148
Authorization code
error?
optionalerror?:string
Defined in: identity/types.ts:152
Error code (if authorization failed)
errorDescription?
optionalerrorDescription?:string
Defined in: identity/types.ts:154
Error description
state
state:
string
Defined in: identity/types.ts:150
State parameter (for CSRF verification)