PasskeyLoginPublicKey constructor
PasskeyLoginPublicKey({
- required String challenge,
- int? timeout,
- String? rpId,
- List<
PasskeyLoginAllowCredentialType> ? allowCredentials, - UserVerificationRequirement? userVerification,
- LoginExtensions? loginExtensions,
Creates the public key request options.
Implementation
PasskeyLoginPublicKey({
required this.challenge,
this.timeout,
this.rpId,
this.allowCredentials,
this.userVerification,
this.loginExtensions,
});