package
Version:
v0.0.0-...-7227349
Opens a new window with list of versions in this module.
Published: Sep 4, 2024
License: GPL-3.0
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
¶
Auther checks of the token in the head is accepted and fills TokenResponse
type TokenResponse struct {
Me string `json:"me"`
ClientID string `json:"client_id"`
Scope string `json:"scope"`
IssuedAt int64 `json:"issued_at"`
Nonce int64 `json:"nonce"`
}
TokenResponse is the information that we get back from the token endpoint of the user...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.