$enabled
$enabled : boolean
User Auth Token metadata
setEnabled(boolean $enabled) : \Charcoal\User\AuthTokenMetadata
boolean | $enabled | The enabled flag. |
Chainable
setCookieName(string $name) : \Charcoal\User\AuthTokenMetadata
string | $name | The cookie name. |
If the cookie name is not a string.
Chainable
setCookieDuration(string $duration) : \Charcoal\User\AuthTokenMetadata
string | $duration | The cookie duration, or duration. Ex: "15 days". |
If the cookie name is not a string.
Chainable
setHttpsOnly(boolean $httpsOnly) : \Charcoal\User\AuthTokenMetadata
boolean | $httpsOnly | The "https only" flag. |
Chainable