class Auth extends Collection (View source)

Properties

protected $collection_key
string[] $accessLevels
string[] $audiences
array[] $claims
string $credentialId
string $presenter
string $principal

Methods

setAccessLevels($accessLevels)

No description

string[]
getAccessLevels()

No description

setAudiences($audiences)

No description

string[]
getAudiences()

No description

setClaims($claims)

No description

array[]
getClaims()

No description

setCredentialId($credentialId)

No description

string
getCredentialId()

No description

setPresenter($presenter)

No description

string
getPresenter()

No description

setPrincipal($principal)

No description

string
getPrincipal()

No description

Details

setAccessLevels($accessLevels)

No description

Parameters

$accessLevels

string[] getAccessLevels()

No description

Return Value

string[]

setAudiences($audiences)

No description

Parameters

$audiences

string[] getAudiences()

No description

Return Value

string[]

setClaims($claims)

No description

Parameters

$claims

array[] getClaims()

No description

Return Value

array[]

setCredentialId($credentialId)

No description

Parameters

$credentialId

string getCredentialId()

No description

Return Value

string

setPresenter($presenter)

No description

Parameters

$presenter

string getPresenter()

No description

Return Value

string

setPrincipal($principal)

No description

Parameters

$principal

string getPrincipal()

No description

Return Value

string