Documentation

UnityLicensor
in package

Table of Contents

Constants

ENV_UNITY_LICENSE_EMAIL  = 'UNITY_CREDENTIALS_USR'
ENV_UNITY_LICENSE_LOGGING  = 'UNITY_CREDENTIALS_LOGGING'
ENV_UNITY_LICENSE_PASSWORD  = 'UNITY_CREDENTIALS_PSW'
UNITY_2FA_PATTERN  = '/\b(\d{6})\b/'
UNITY_EMAIL  = 'no-reply@unity3d.com'

Methods

__construct()  : mixed
hasCredentials()  : bool
sign()  : string

Constants

ENV_UNITY_LICENSE_EMAIL

public mixed ENV_UNITY_LICENSE_EMAIL = 'UNITY_CREDENTIALS_USR'

ENV_UNITY_LICENSE_LOGGING

public mixed ENV_UNITY_LICENSE_LOGGING = 'UNITY_CREDENTIALS_LOGGING'

ENV_UNITY_LICENSE_PASSWORD

public mixed ENV_UNITY_LICENSE_PASSWORD = 'UNITY_CREDENTIALS_PSW'

UNITY_2FA_PATTERN

public mixed UNITY_2FA_PATTERN = '/\b(\d{6})\b/'

UNITY_EMAIL

public mixed UNITY_EMAIL = 'no-reply@unity3d.com'

Methods

__construct()

public __construct([string|null $userMail = null ][, string|null $userPassword = null ]) : mixed
Parameters
$userMail : string|null = null
$userPassword : string|null = null

hasCredentials()

public static hasCredentials() : bool
Return values
bool

sign()

public sign(string $alfFile) : string
Parameters
$alfFile : string
Return values
string

        
On this page

Search results