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