entities

package
v0.0.0-...-5c97e34 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2024 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 Client

type Client struct {
	ID     string
	Config string
}
type Consent struct {
	ClientID string
	UserID   string
}

type RefreshToken

type RefreshToken struct {
	ID       string
	ClientID string
	UserID   string
	Data     string
	Revoked  bool
}

type User

type User struct {
	ID        string
	Username  string
	Password  string
	Firstname string
	Lastname  string
	Email     string
}

Jump to

Keyboard shortcuts

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