Versions in this module Expand all Collapse all v1 v1.9.0 Sep 30, 2024 v1.8.0 Jul 24, 2024 Changes in this version + type Sso struct + ClientId string + ClientSecret string + Enable bool + InterfaceAddress string + Protocol string + func NewSsoClient(protocol, interfaceAddress, clientId, clientSecret string, enable bool) *Sso + func (s *Sso) TestConnect(interfaceAddress string) error