Auth0-PHP

Store

Interfaces, Classes, Traits and Enums

CookieStore
Class CookieStore.
MemoryStore
In memory storage. This is useful only in tests. Do not use this in production.
Psr14Store
Class Psr14Store This class allows host applications to build custom session storage methods through PSR-14 event hooks.
Psr6Store
The PSR-6 store needs a PSR-6 CacheItemPool and a public StoreInterface (e.g. CookieStore).
SessionStore
Class SessionStore This class provides a layer to persist data using PHP Sessions.

Search results