CookieAuthenticationHandler
class CookieAuthenticationHandler implements AuthenticationHandler
Authenticate a member pased on a session cookie
Methods
Get the name of the cookie used to track this device
Set the name of the cookie used to track this device
Get the name of the cookie used to store an login token
Set the name of the cookie used to store an login token
Get the name of the cookie used to store an login token
Set cookie with HTTPS only flag
Once a member is found by authenticateRequest() pass it to this identity store
Details
at line 45
string
getDeviceCookieName()
Get the name of the cookie used to track this device
at line 56
$this
setDeviceCookieName(string $deviceCookieName)
Set the name of the cookie used to track this device
at line 67
string
getTokenCookieName()
Get the name of the cookie used to store an login token
at line 78
$this
setTokenCookieName(string $tokenCookieName)
Set the name of the cookie used to store an login token
at line 89
string
getTokenCookieSecure()
Get the name of the cookie used to store an login token
at line 100
$this
setTokenCookieSecure(string $tokenCookieSecure)
Set cookie with HTTPS only flag
at line 111
IdentityStore
getCascadeInTo()
Once a member is found by authenticateRequest() pass it to this identity store
at line 122
$this
setCascadeInTo(IdentityStore $cascadeInTo)
Set the name of the cookie used to store an login token