auth

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthSession

type AuthSession struct {
	AccessToken  string    `json:"accessToken"`
	RefreshToken string    `json:"refreshToken"`
	Expiry       time.Time `json:"expiry"`
	SessionId    string    `json:"sessionId"`
}

func NewAuthSession

func NewAuthSession(token oauth2.Token, sessionId string) AuthSession

type GrantType

type GrantType int
const (
	GrantTypeAuthorizationCode GrantType
	GrantTypeDeviceCode
)

func ParseGrantType

func ParseGrantType(s string) (GrantType, error)

func (GrantType) String

func (g GrantType) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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