apikeygen

package
v5.4.5+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrInvalidApiKey = errors.New("Invalid Api Key")

Functions

func IsValid

func IsValid(key *ApiKeyJson, hashedKey string) bool

Types

type ApiKeyJson

type ApiKeyJson struct {
	Key   string `json:"k"`
	Name  string `json:"n"`
	OrgId int64  `json:"id"`
}

func Decode

func Decode(keyString string) (*ApiKeyJson, error)

type KeyGenResult

type KeyGenResult struct {
	HashedKey    string
	ClientSecret string
}

func New

func New(orgId int64, name string) KeyGenResult

Jump to

Keyboard shortcuts

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