model

package
v0.0.0-...-7b3db8a Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Username   string `json:"username"`
	Password   string `json:"password"`
	RedirectTo string `json:"redirect_to"`
}

type AuthorizationState

type AuthorizationState struct {
	StatusCode int
}

type TokenSet

type TokenSet struct {
	AccessToken  string
	RefreshToken string
	Expires      int64
}

type User

type User struct {
	Id      string
	Groups  []string
	Expires int64
}

Jump to

Keyboard shortcuts

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