You are here

namespace Auth0\SDK\Store in Auth0 Single Sign On 8.2

Classsort descending Location Description
EmptyStore vendor/auth0/auth0-php/src/Store/EmptyStore.php This class is a mockup store, that discards the values, its a way of saying no store.
SessionStore vendor/auth0/auth0-php/src/Store/SessionStore.php This class provides a layer to persist user access using PHP Sessions.
StoreInterface vendor/auth0/auth0-php/src/Store/StoreInterface.php