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