auth

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2021 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	AccessTokenValiditySeconds  int
	AutoApprove                 bool
	ClientId                    string
	ClientLogoUrl               string
	ClientName                  string
	ClientSecret                string
	RefreshTokenValiditySeconds int
	UserId                      int
}

func (*Client) GetToken

func (c *Client) GetToken(num int) (string, error)

type ClientToken

type ClientToken struct {
	AccessToken string `json:"access_token"`
}

Jump to

Keyboard shortcuts

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