UnityLicensor
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
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'
__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
sign()
public
sign(string $alfFile) : string
Parameters
-
$alfFile
: string
-