package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Jan 6, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client struct {
Type string `json:"type" yaml:"type"`
ID string `json:"id" yaml:"id"`
Secret string `json:"secret" yaml:"secret"`
RedirectURIs []string `json:"redirect_uris" yaml:"redirect_uris"`
}
type Config struct {
Issuer string `json:"issuer" yaml:"issuer"`
Clients []*Client `json:"clients" yaml:"clients"`
Users []*storage.User `json:"users" yaml:"users"`
ServiceUsers []*storage.Client `json:"service_users" yaml:"service_users"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.