Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type SsoInterface ¶
type SsoInterface interface { Verify(token string) (dto.SsoVerifyResponse, error) JsConfig(url string) (dto.JsConfigResponse, error) Ticket() (dto.TicketResponse, error) }
func NewSsoClient ¶
func NewSsoClient(conf dto.AppConf, ssoConf dto.SsoConf) SsoInterface
Click to show internal directories.
Click to hide internal directories.