abstract class BaseAuthentication implements AuthenticationInterface

Properties

protected int $ttl

Methods

static string
convertFromOldSyntax($auth_method)

Convert xauth_method_name to MethodAuthentication

static BaseAuthentication|null
getAuthMethod(string $auth_method)

Get Auth Method

int
getSessionTTL()

No description

Details

at line 41
final static string convertFromOldSyntax($auth_method)

Convert xauth_method_name to MethodAuthentication

Parameters

$auth_method

Return Value

string

at line 26
final static BaseAuthentication|null getAuthMethod(string $auth_method)

Get Auth Method

Parameters

string $auth_method

Core Auth Method (XELOS Core)

Return Value

BaseAuthentication|null

at line 15
int getSessionTTL()

No description

Return Value

int

Time in seconds until session can/should be considered expired