package
Version:
v0.0.0-...-5c97e34
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Profile struct {
Firstname string `json:"firstname"`
Lastname string `json:"lastname"`
Email string `json:"email"`
}
type SetTokenRequest struct {
AccessToken string `json:"access_token" binding:"required,jwt"`
RefreshToken string `json:"refresh_token" binding:"required,base64rawurl"`
Scope string `json:"scope" binding:"required"`
ExpiresIn int `json:"expires_in" binding:"required,min=0,max=10000"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.