authn

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2022 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromClientContext

func FromClientContext(ctx context.Context) (clientId string, ok bool)

func NewClientContext

func NewClientContext(ctx context.Context, clientId string) context.Context

func NewUserContext

func NewUserContext(ctx context.Context, user UserInfo) context.Context

Types

type DefaultUserInfo

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

func NewUserInfo

func NewUserInfo(id string) *DefaultUserInfo

func (*DefaultUserInfo) GetId

func (d *DefaultUserInfo) GetId() string

type UserInfo

type UserInfo interface {
	GetId() string
}

func ErrIfUnauthenticated

func ErrIfUnauthenticated(ctx context.Context) (UserInfo, error)

func FromUserContext

func FromUserContext(ctx context.Context) (user UserInfo, ok bool)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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