verifyWebAuthNRegistration method

ResponseFuture<VerifyWebAuthNRegistrationResponse> verifyWebAuthNRegistration(
  1. VerifyWebAuthNRegistrationRequest request, {
  2. CallOptions? options,
})

Verify a WebAuthN registration

Verify the WebAuthN registration started by StartWebAuthNRegistration with the public key credential.

Implementation

$grpc.ResponseFuture<$0.VerifyWebAuthNRegistrationResponse>
    verifyWebAuthNRegistration(
  $0.VerifyWebAuthNRegistrationRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$verifyWebAuthNRegistration, request,
      options: options);
}