AuthenticationTrustResolver

AuthenticationTrustResolver

class AuthenticationTrustResolver implements AuthenticationTrustResolverInterface

The default implementation of the authentication trust resolver.

Methods

__construct(string $anonymousClass, string $rememberMeClass)

Constructor.

bool isAnonymous(TokenInterface $token = null)

Resolves whether the passed token implementation is authenticated anonymously.

bo