authv1impl

package
v0.0.0-...-a9cc36f Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2022 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrorNoSuchStep = errors.New("no step in enum for given string")

Functions

This section is empty.

Types

type AuthStepType

type AuthStepType int
const (
	InitialStep AuthStepType = iota
	LoginStep
	RegisterStep
)

type AuthV1

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

func New

func New(db *db.DB, cfg *config.Config) *AuthV1

func (*AuthV1) BeginAuth

func (*AuthV1) Federate

func (*AuthV1) Key

func (*AuthV1) NextStep

func (*AuthV1) StepBack

func (*AuthV1) StreamSteps

func (v1 *AuthV1) StreamSteps(ctx *api.LegatoContext, stream chan *authv1.StreamStepsRequest, res chan *authv1.StreamStepsResponse) error

Jump to

Keyboard shortcuts

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