class DigestAuthenticationEntryPoint implements AuthenticationEntryPointInterface
DigestAuthenticationEntryPoint starts an HTTP Digest authentication.
Methods
__construct($realmName, $secret, $nonceValiditySeconds = 300, LoggerInterface $logger = null)
Response start(Request $request, AuthenticationException $authException = null) Returns a response that directs the user to authenticate.
string getSecret()
string getRealmName()
Details
_