AuthenticatorDataFlags
Definition
interface AuthenticatorDataFlags {
userPresent: boolean;
userVerified: boolean;
}
Properties
userPresent
userVerified
interface AuthenticatorDataFlags {
userPresent: boolean;
userVerified: boolean;
}
userPresent
userVerified