AuthenticationTrustResolver
class AuthenticationTrustResolver implementsAuthenticationTrustResolverInterface
The default implementation of the authentication trust resolver.
Methods
bool
isAuthenticated(TokenInterface$token =null)
Resolves whether the passed token implementation is authenticated.
bool
isRememberMe(TokenInterface$token =null)
Resolves whether the passed token implementation is authenticated using remember-me capabilities.
bool
isFullFledged(TokenInterface$token =null)
Resolves whether the passed token implementation is fully authenticated.
Details
bool
isAuthenticated(TokenInterface$token =null)
Resolves whether the passed token implementation is authenticated.
bool
isRememberMe(TokenInterface$token =null)
Resolves whether the passed token implementation is authenticated using remember-me capabilities.
bool
isFullFledged(TokenInterface$token =null)
Resolves whether the passed token implementation is fully authenticated.