Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderSessionSession ¶
type ProviderSessionSession interface { store.Session auth.ProviderSessionAccessor }
type RestrictedTokenSession ¶
type RestrictedTokenSession interface { store.Session auth.RestrictedTokenAccessor }
type Store ¶
type Store interface { store.Store NewProviderSessionSession() ProviderSessionSession NewRestrictedTokenSession() RestrictedTokenSession }
Click to show internal directories.
Click to hide internal directories.