server

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthResult

type AuthResult struct {
	AccessToken string
	Expiry      time.Time
	Profile     map[string]interface{}
}

type LoginServer

type LoginServer struct {
	// contains filtered or unexported fields
}

func NewLoginServer

func NewLoginServer(auth0Conf auth_api.Auth0Config) LoginServer

func (*LoginServer) GetAuthResultChannel

func (l *LoginServer) GetAuthResultChannel() <-chan *AuthResult

func (*LoginServer) GetLoginUrl

func (l *LoginServer) GetLoginUrl(forceRelogin bool) string

func (*LoginServer) Start

func (l *LoginServer) Start()

Jump to

Keyboard shortcuts

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