addMyAuthFactorOTPSMS method

ResponseFuture<AddMyAuthFactorOTPSMSResponse> addMyAuthFactorOTPSMS(
  1. AddMyAuthFactorOTPSMSRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.AddMyAuthFactorOTPSMSResponse> addMyAuthFactorOTPSMS(
  $0.AddMyAuthFactorOTPSMSRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addMyAuthFactorOTPSMS, request, options: options);
}