Documentation
¶
Index ¶
- func New() session.Store
- type Store
- func (s *Store) Delete(ctx context.Context, sessionID string) error
- func (s *Store) Load(ctx context.Context, sessionID string) (*session.State, error)
- func (s *Store) LoadAndDeletePKCEVerifier(ctx context.Context, sessionID string) (string, error)
- func (s *Store) Save(ctx context.Context, state *session.State) error
- func (s *Store) SavePKCEVerifier(ctx context.Context, sessionID, verifier string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.