basic

package
v3.8.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2021 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// StorePrefix to isolate tokens
	StorePrefix = "tokens/"
)

Functions

func NewTokenProvider

func NewTokenProvider(opts ...token.Option) token.Provider

NewTokenProvider returns an initialized basic provider

Types

type Basic

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

Basic implementation of token provider, backed by the store

func (*Basic) Generate

func (b *Basic) Generate(acc *auth.Account, opts ...token.GenerateOption) (*token.Token, error)

Generate a token for an account

func (*Basic) Inspect

func (b *Basic) Inspect(t string) (*auth.Account, error)

Inspect a token

func (*Basic) String

func (b *Basic) String() string

String returns basic

Jump to

Keyboard shortcuts

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