types

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckAuth

type CheckAuth struct {
	Method string `json:"method"`
	Client struct {
		Username        string `json:"username"`
		EMail           string `json:"email"`
		Type            string `json:"type"`
		ClientID        string `json:"client_id"`
		Language        string `json:"language"`
		Country         string `json:"country"`
		GroupMaster     string `json:"group_master"`
		GroupAdditional string `json:"group_additional"`
		Notes           string `json:"notes"`
	} `json:"client"`
	Token string `json:"token"`
	Auth  bool   `json:"auth"`
}

type CustomClaims

type CustomClaims struct {
	Type            string `json:"type"`
	ClientID        string `json:"client_id"`
	GroupMaster     string `json:"group_master"`
	GroupAdditional string `json:"group_additional"`
	Notes           string `json:"notes"`
	jwt.StandardClaims
}

Jump to

Keyboard shortcuts

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