etc

package
v0.1.23 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientConfig

type ClientConfig struct {
	Credentials string   `` /* 130-byte string literal not displayed */
	Scopes      []string `json:"scopes,omitempty" title:"Scopes"`
}

type Token

type Token struct {
	AccessToken  string    `json:"access_token" required:"true" minLength:"1" title:"AccessToken" description:"Token that authorizes and authenticates"`
	TokenType    string    `` /* 142-byte string literal not displayed */
	RefreshToken string    `` /* 170-byte string literal not displayed */
	Expiry       time.Time `` /* 294-byte string literal not displayed */
}

Jump to

Keyboard shortcuts

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