memory

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() session.Store

Types

type Store

type Store struct {
	// contains filtered or unexported fields
}

func (*Store) Delete

func (s *Store) Delete(ctx context.Context, sessionID string) error

func (*Store) Load

func (s *Store) Load(ctx context.Context, sessionID string) (*session.State, error)

func (*Store) LoadAndDeletePKCEVerifier

func (s *Store) LoadAndDeletePKCEVerifier(ctx context.Context, sessionID string) (string, error)

func (*Store) Save

func (s *Store) Save(ctx context.Context, state *session.State) error

func (*Store) SavePKCEVerifier

func (s *Store) SavePKCEVerifier(ctx context.Context, sessionID, verifier string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL