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