class DigestAuthenticationEntryPoint implements AuthenticationEntryPointInterface
DigestAuthenticationEntryPoint starts an HTTP Digest authentication.
Methods
| __construct($realmName, $key, $nonceValiditySeconds = 300, LoggerInterface $logger = null) | ||
| Response |
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme. |
|
| getKey() | ||
| getRealmName() |
Details
at line 33
public
__construct($realmName, $key, $nonceValiditySeconds = 300, LoggerInterface $logger = null)
at line 41
public Response
start(Request $request, AuthenticationException $authException = null)
Starts the authentication scheme.