ltiCache

package
v0.0.0-...-194a2e8 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2019 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache interface {
	// GetLaunchData returns the MapClaims bytes, key is the LaunchID
	GetLaunchData(r *http.Request, launchID string) string
	PutLaunchData(r *http.Request, launchID, jwtBody string)
	PutNonce(r *http.Request, nonce string)
	CheckNonce(r *http.Request, nonce string) bool
}

func NewSessionStoreCache

func NewSessionStoreCache(store sessions.Store, sessionName string) Cache

Jump to

Keyboard shortcuts

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