addMyAuthFactorOTPSMS method

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

Implementation

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