passkeysType property
Defines the usage of passkeys for users. PASSKEYS_TYPE_NOT_ALLOWED: Users are not allowed to use passkeys. PASSKEYS_TYPE_ALLOWED: Users are allowed to use passkeys. There will be additional options in the future. If passkeys are allowed, users can choose to use passkeys or password for local authentication. A verified passkey authentication will not require a second factor, if force_mfa is enabled.
Implementation
@$pb.TagNumber(5)
PasskeysType get passkeysType => $_getN(4);
Implementation
@$pb.TagNumber(5)
set passkeysType(PasskeysType value) => $_setField(5, value);