removeMyAuthFactorU2F method
ResponseFuture<RemoveMyAuthFactorU2FResponse>
removeMyAuthFactorU2F(
- RemoveMyAuthFactorU2FRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$2.RemoveMyAuthFactorU2FResponse> removeMyAuthFactorU2F($2.RemoveMyAuthFactorU2FRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$removeMyAuthFactorU2F, request, options: options);
}