GuardTokenInterface

GuardTokenInterface

interface GuardTokenInterface implements TokenInterface

A marker interface that both guard tokens implement.

Any tokens passed to GuardAuthenticationProvider (i.e. any tokens that are handled by the guard auth system) must implement this interface.

Methods

string __toString()

Returns a string representation of the Token.

from TokenInterface
登录查看完整内容