types

package
v0.0.0-...-122b1a1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2021 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 AuthenticationClaims

type AuthenticationClaims struct {
	jwt.StandardClaims
	Email string
}

type AuthenticationToken

type AuthenticationToken struct {
	Token string
}

AuthenticationToken is the token returned by the login operation.

type Credentials

type Credentials struct {
	Username string
	Email    string
	Phone    string
	Password string
}

Credentials struct describes the login information.

Jump to

Keyboard shortcuts

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