captchaImage
captchaImage: string | null
captchaSiteKey
captchaSiteKey: string | null
captchaProvider
captchaProvider: string | null
isCaptchaAvailable
isCaptchaAvailable: boolean
data
data: | Record< string, | string | boolean | string[] | Record<string, string[]> | PhonePrefix[] | PasskeyCreate, > | null links
links: Record<string, string> | null
texts
texts: Record<string, string> | null
publicKey
publicKey:
| {
user: { id: string; name: string; displayName: string };
rp: { id: string; name: string };
challenge: string;
pubKeyCredParams: [{ type: string; alg: number }];
authenticatorSelection: {
residentKey: string;
userVerification: string;
authenticatorAttachment?: string;
};
}
| null
ScreenMembersOnMfaWebAuthnPlatformEnrollment