package
Version:
v1.8.0
Opens a new window with list of versions in this module.
Published: Jul 24, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Sso struct {
Enable bool `json:"enable"`
Protocol string `json:"protocol"`
InterfaceAddress string `json:"interfaceAddress"`
ClientId string `json:"clientId"`
ClientSecret string `json:"clientSecret"`
}
func NewSsoClient(protocol, interfaceAddress, clientId, clientSecret string, enable bool) *Sso
Source Files
¶
Click to show internal directories.
Click to hide internal directories.