@oneplatform/plugin-sdk / CallbackParams
Interface: CallbackParams¶
Defined in: packages/plugin-sdk/src/types/auth-provider.ts:26
Properties¶
code¶
code:
string
Defined in: packages/plugin-sdk/src/types/auth-provider.ts:31
The authorization code from the OAuth provider. For SAML flows, this is the decoded assertion value after base64 decoding.
error?¶
optionalerror?:string
Defined in: packages/plugin-sdk/src/types/auth-provider.ts:34
Set if the provider returned an error in the callback.
errorDescription?¶
optionalerrorDescription?:string
Defined in: packages/plugin-sdk/src/types/auth-provider.ts:37
Human-readable description of the error, if present.