example/

directory
v3.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2016 License: Apache-2.0

README

Authorization code simulation

Run Server

$ cd example/server
$ go run main.go

Run Client

$ cd example/client
$ go run main.go

Open the browser

http://localhost:9094

{
    "access_token": "143C1A45CFF9E0922F9DC68F7EBC81DC",
    "expires_in": 7200,
    "refresh_token": "5BD7453B8E7C5A3A308166F1675AD57216811391",
    "scope": "all",
    "token_type": "Bearer"
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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