addMyAuthFactorOTP method

ResponseFuture<AddMyAuthFactorOTPResponse> addMyAuthFactorOTP(
  1. AddMyAuthFactorOTPRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.AddMyAuthFactorOTPResponse> addMyAuthFactorOTP(
  $0.AddMyAuthFactorOTPRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addMyAuthFactorOTP, request, options: options);
}