Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secret ¶
type Secret struct { // ClientSecret is the client secret key for the corresponding client id ClientSecret string `json:"client_secret"` // AppName defines the application that uses this credential AppName string `json:"app_name"` ExpirationDate time.Time `json:"-"` }
Secret holds information on the client secret key.
Click to show internal directories.
Click to hide internal directories.