TokenRequest

The token request structure.

package

Default

Methods

TokenRequest constructor

__construct( $tokenRequest = null) 

Arguments

$tokenRequest

mixed | null

getDisplayName

getDisplayName() : string

Response

string

getId

getId() : string

Response

string

getMeta

getMeta() : string

Response

string

getNumUses

getNumUses() : integer

Response

integer

getPolicies

getPolicies() : string

Response

string

getRole

getRole() : string

Response

string

getTtl

getTtl() : string

Response

string

isNoDefaultPolicy

isNoDefaultPolicy() : boolean

Response

boolean

isNoParent

isNoParent() : boolean

Response

boolean

setDisplayName

setDisplayName( $displayName) : $this

Arguments

$displayName

string

Response

$this

setId

setId( $id) : $this

Arguments

$id

string

Response

$this

setMeta

setMeta( $meta) : $this

Arguments

$meta

string

Response

$this

setNoDefaultPolicy

setNoDefaultPolicy( $noDefaultPolicy) : $this

Arguments

$noDefaultPolicy

boolean

Response

$this

setNoParent

setNoParent( $noParent) : $this

Arguments

$noParent

boolean

Response

$this

setNumUses

setNumUses( $numUses) : $this

Arguments

$numUses

integer

Response

$this

setPolicies

setPolicies( $policies) : $this

Arguments

$policies

string

Response

$this

setRole

setRole( $role) : $this

Arguments

$role

string

Response

$this

setTTL

setTTL( $ttl) : $this

Arguments

$ttl

string

Response

$this