Documentation

PersistentTokenInterface

Interface to be implemented by persistent token classes (such as Doctrine entities representing a remember-me token).

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Methods

getClass()  : string
Returns the class of the user.
getLastUsed()  : DateTime
Returns the time the token was last used.
getSeries()  : string
Returns the series.
getTokenValue()  : string
Returns the token value.
getUserIdentifier()  : string
Returns the identifier used to authenticate (e.g. their email address or username).

Methods

getLastUsed()

Returns the time the token was last used.

public getLastUsed() : DateTime
Return values
DateTime

getUserIdentifier()

Returns the identifier used to authenticate (e.g. their email address or username).

public getUserIdentifier() : string
Return values
string

        
On this page

Search results