user

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: Unlicense Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Username              string   `json:"username"`
	Email                 string   `json:"email"`
	CredentialId          string   `json:"credentialId"`
	LastLoginTime         string   `json:"lastLoginTime"`
	LastPasswordResetTime string   `json:"lastPasswordResetTime"`
	LastKeyRotationTime   string   `json:"lastKeyRotationTime"`
	Decks                 []string `json:"decks"`
	Cards                 []string `json:"cards"`
	Sets                  []string `json:"sets"`
}

type UserCredentials

type UserCredentials struct {
	CredentialId      string `json:"credentialId"`
	AESPrivateKey     string `json:"aesPrivateKey"`
	EncryptedPassword string `json:"encryptedPassword"`
}

Jump to

Keyboard shortcuts

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