types

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthJWTClaims

type AuthJWTClaims struct {
	Data AuthJWTClaimsPayload `json:"dat"`
	jwt.StandardClaims
}

type AuthJWTClaimsPayload

type AuthJWTClaimsPayload struct {
	JID string `json:"jid"`
}

type RequestAuthBasicInfo

type RequestAuthBasicInfo struct {
	Username string
}

type ResponseAuthJWTData

type ResponseAuthJWTData struct {
	Token string `json:"token"`
}

Jump to

Keyboard shortcuts

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