Skip to content

@oneplatform/plugin-sdk


@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?

optional error?: string

Defined in: packages/plugin-sdk/src/types/auth-provider.ts:34

Set if the provider returned an error in the callback.


errorDescription?

optional errorDescription?: string

Defined in: packages/plugin-sdk/src/types/auth-provider.ts:37

Human-readable description of the error, if present.