AuthenticationTrustResolverInterface

AuthenticationTrustResolverInterface

interface AuthenticationTrustResolverInterface

Interface for resolving the authentication status of a given token.

Methods

bool isAnonymous(TokenInterface $token = null)

Resolves whether the passed token implementation is authenticated anonymously.

bool isRememberMe(TokenInterface $token = null)

Resolves whether the passed token implementation is authenticated using remember-me capabilities.

bool isFullFl