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