Skip to content

LoginModalStepType

LoginModalStepType = GenericModalStepType<"login", { allowSso: true; ssoMetadata?: SsoMetadata; } | { allowSso?: false; ssoMetadata?: undefined; }, { wallet: Address; webauthnProof?: { authenticatorResponse: string; challenge: Hex; }; }>

Defined in: types/rpc/modal/login.ts:26

The login step for a Modal

Input: Do we allow SSO or not? Is yes then the SSO metadata Output: The logged in wallet address