Private/Globals.ps1

# BaseUri for the MOVEit Transfer server
# Will be set by Connect-MITServer
$script:BaseUri = ''

# Variable to hold the current Auth Token.
# Will be set by Connect-MITServer
$script:Token = @()

# User-Agent string to use
$script:UserAgent = "MOVEit API"