uaa

package
v8.0.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2017 License: MIT Imports: 6 Imported by: 1

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL