mediatekformation

AuthenticationProviderInterface extends AuthenticationManagerInterface

AuthenticationProviderInterface is the interface for all authentication providers.

Concrete implementations processes specific Token instances.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

USERNAME_NONE_PROVIDED  = 'NONE_PROVIDED'
Use this constant for not provided username.
authenticate()  : TokenInterface
Attempts to authenticate a TokenInterface object.
supports()  : bool
Checks whether this provider supports the given token.

Constants

Methods

Search results