package
Version:
v0.0.0-...-d0b798f
Opens a new window with list of versions in this module.
Published: Feb 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ClientId string `yaml:"client_id"`
ClientSecret string `yaml:"client_secret"`
TargetUserType int `yaml:"target_user_type"`
}
type Token struct {
AccessToken string `json:"access_token,omitempty"`
TokenType string `json:"token_type,omitempty"`
ExpiresIn int64 `json:"expires_in,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.