verifyPasskeyRegistration method

ResponseFuture<VerifyPasskeyRegistrationResponse> verifyPasskeyRegistration(
  1. VerifyPasskeyRegistrationRequest request, {
  2. 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);
}