authenticate method
Future<AuthenticateResponseType>
authenticate(
- String relyingPartyId,
- String challenge,
- int? timeout,
- String? userVerification,
- List<
AllowCredentialType> ? allowCredentials,
override
Handles the platform-specific steps for the authentication flow (see https://webauthn.guide/#authentication) Namely it creates a signature for the challenge issued by the relying party
Implementation
@override
Future<AuthenticateResponseType> authenticate(
String relyingPartyId,
String challenge,
int? timeout,
String? userVerification,
List<AllowCredentialType>? allowCredentials,
) =>
throw UnimplementedError();