Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { ServerURL string // contains filtered or unexported fields }
func (*Client) Login ¶
func (c *Client) Login(username, password string) (result LoginResult, err error)
func (*Client) RefreshValidationCertificate ¶
type LoginResult ¶
type LoginResult struct { Token string `json:"token"` Claims *json.RawMessage `json:"claims"` }
Click to show internal directories.
Click to hide internal directories.