Documentation ¶ Index ¶ Constants type Client func NewClient(c Client, verifytls bool) *Client func (c *Client) AuthorizationURL(scope string) string func (c *Client) GetAccessToken(code string) (string, error) func (c *Client) Lookup(token string) (string, string, []string, error) Constants ¶ View Source const DefaultScopes = "openid" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { ID string Secret string Endpoint string // contains filtered or unexported fields } func NewClient ¶ func NewClient(c Client, verifytls bool) *Client func (*Client) AuthorizationURL ¶ func (c *Client) AuthorizationURL(scope string) string func (*Client) GetAccessToken ¶ func (c *Client) GetAccessToken(code string) (string, error) func (*Client) Lookup ¶ func (c *Client) Lookup(token string) (string, string, []string, error) Source Files ¶ View all Source files uaa.go Click to show internal directories. Click to hide internal directories.