본문으로 건너뛰기

Variable: PluginAuthCallbackQuerySchema

const PluginAuthCallbackQuerySchema: TObject<{ code: TOptional<TString>; error: TOptional<TString>; error_description: TOptional<TString>; state: TOptional<TString>; }>

Defined in: packages/contracts/src/pluginAuth.ts:101

Query of the OAuth callback (called by the IdP after user consent).