namespace Auth0\SDK\Store in Auth0 Single Sign On 8.2
|
Class |
Location | Description |
|---|---|---|
| EmptyStore |
vendor/ |
This class is a mockup store, that discards the values, its a way of saying no store. |
| SessionStore |
vendor/ |
This class provides a layer to persist user access using PHP Sessions. |
| StoreInterface |
vendor/ |