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