package
Version:
v14.19.0
Opens a new window with list of versions in this module.
Published: May 5, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RequestBody struct {
KeyId string `json:"key_id,omitempty"`
UserId int64 `json:"user_id,omitempty"`
Name string `json:"name"`
Scopes []string `json:"scopes"`
ExpiresAt string `json:"expires_at,omitempty"`
}
type Response struct {
Success bool `json:"success"`
Token string `json:"token"`
Scopes []string `json:"scopes"`
ExpiresAt string `json:"expires_at"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.