verifyWebAuthNRegistration method
ResponseFuture<VerifyWebAuthNRegistrationResponse>
verifyWebAuthNRegistration(
- VerifyWebAuthNRegistrationRequest request, {
- 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);
}