token

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(store Storage, rootPath string) http.Handler

Types

type State

type State struct {
	User  string
	Token *dbo.Token
	Ref   dbo.TokenRef
}

type Storage

type Storage interface {
	GetToken(ctx context.Context, ref dbo.TokenRef) (*dbo.Token, error)
	UpdateTokenConfig(ctx context.Context, ref dbo.TokenRef, config dbo.TokenConfig) error
}

Jump to

Keyboard shortcuts

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