verifyPasskeyRegistration method
ResponseFuture<VerifyPasskeyRegistrationResponse>
verifyPasskeyRegistration(
- VerifyPasskeyRegistrationRequest request, {
- CallOptions? options,
Verify a passkey for a user
Verify the passkey registration with the public key credential.
Deprecated: please move to the corresponding endpoint under user service v2 (GA).
Implementation
$grpc.ResponseFuture<$0.VerifyPasskeyRegistrationResponse>
verifyPasskeyRegistration(
$0.VerifyPasskeyRegistrationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$verifyPasskeyRegistration, request,
options: options);
}