file

package
v0.0.0-...-dc8a8ef Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OktaSessionCache

type OktaSessionCache struct {
	Userid    string `json:"userId"`
	Org       string `json:"org"`
	SessionId string `json:"sessionId"`
	ExpiresAt string `json:"expiresAt"`
}

type OktaSessionStorage

type OktaSessionStorage struct{}

func (*OktaSessionStorage) ClearSessions

func (o *OktaSessionStorage) ClearSessions()

func (*OktaSessionStorage) SaveSessions

func (o *OktaSessionStorage) SaveSessions(sessions []OktaSessionCache)

func (*OktaSessionStorage) Sessions

func (o *OktaSessionStorage) Sessions() ([]OktaSessionCache, error)

Jump to

Keyboard shortcuts

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