verifyPasskeyRegistration method

ResponseFuture<VerifyPasskeyRegistrationResponse> verifyPasskeyRegistration(
  1. VerifyPasskeyRegistrationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.VerifyPasskeyRegistrationResponse> verifyPasskeyRegistration($0.VerifyPasskeyRegistrationRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$verifyPasskeyRegistration, request, options: options);
}