token

package module
v0.0.0-...-d630f0f Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2021 License: MIT Imports: 0 Imported by: 0

README

token

token manager by golang

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Token

type Token interface {
	GetTK() string
	GetUID() string
	GetName() string

	Serialize() ([]byte, error)
	UnSerialize(string, []byte) error
	Verify([]byte) (bool, error)
}

Token token struct

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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