TokenInterface

TokenInterface

interface TokenInterface implements Serializable

TokenInterface is the interface for the user authentication information.

Methods

string __toString()

Returns a string representation of the Token.

RoleInterface[] getRoles()

Returns the user roles.

mixed getCredentials()

Returns the user credentials.

mixed getUser()

Retu