apiclients

package
v0.0.0-...-35ac193 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2019 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route(r *mux.Router)

Route a auth request

Types

type GetAPIClientResponse

type GetAPIClientResponse struct {
	ID           string   `json:"id"`
	Name         string   `json:"name"`
	Trusted      bool     `json:"trusted"`
	Scopes       []string `json:"scopes"`
	RedirectURLs []string `json:"redirect_urls"`
	Secret       string   `json:"secret"`
}

GetAPIClientResponse is the response for getting a single api client

Jump to

Keyboard shortcuts

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