client

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: May 25, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessToken added in v1.1.0

type AccessToken string

type AuthData added in v1.1.1

type AuthData map[string]interface{}

type OAuthClientInterface added in v1.1.0

type OAuthClientInterface interface {
	Check(aToken AccessToken) error
	Auth(accessData map[string]interface{}, authType string) (newAuthData AuthData, userPayload UserPayload, err error)
	Logout(aToken AccessToken) error
	LogoutAll(aToken AccessToken) error
}

type UserPayload added in v1.1.1

type UserPayload map[string]interface{}

Jump to

Keyboard shortcuts

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