Skip to main content
These public types describe the inputs and results for custom OAuth and authentication-factor management.

Import

Custom OAuth and OIDC

providerConfigHandle identifies the partner-configured connection. The callback groups expose onOAuthPopup or onOAuthUrl, plus onPoll, onCancel, isCanceled, and onTransactionReviewUrl where applicable.

External wallet connection

The connect callback must resolve the connected wallet and its chain ID. The SDK uses that result to advance its connection flow.

Factor management

Choose exactly one AddAuthFactorParams variant by its method. For ContinueAuthFactorLinkParams, provide flowId and only the proof fields required by that flow: an OTP code, external-wallet signature material, a credential assertion, or the Telegram widget response.

AuthFactorView