captchaImage
captchaImage: null | string
captchaProvider
captchaProvider: null | string
captchaSiteKey
captchaSiteKey: null | string
getPublicKey
getPublicKey: (() => null | {
authenticatorSelection: {
residentKey: string;
userVerification: string;
};
challenge: string;
pubKeyCredParams: [{
alg: number;
type: string;
}];
rp: {
id: string;
name: string;
};
user: {
displayName: string;
id: string;
name: string;
};
})
isCaptchaAvailable
isCaptchaAvailable: boolean