oob

package
v0.0.0-...-c4f7e29 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DependencySet = wire.NewSet(
	wire.Struct(new(Store), "*"),
	wire.Struct(new(Provider), "*"),
)

Functions

This section is empty.

Types

type LoginIDNormalizerFactory

type LoginIDNormalizerFactory interface {
	NormalizerWithLoginIDType(loginIDKeyType model.LoginIDKeyType) loginid.Normalizer
}

type Provider

type Provider struct {
	Store                    *Store
	LoginIDNormalizerFactory LoginIDNormalizerFactory
	Clock                    clock.Clock
}

func (*Provider) Create

func (p *Provider) Create(a *authenticator.OOBOTP) error

func (*Provider) Delete

func (p *Provider) Delete(a *authenticator.OOBOTP) error

func (*Provider) Get

func (p *Provider) Get(userID string, id string) (*authenticator.OOBOTP, error)

func (*Provider) GetMany

func (p *Provider) GetMany(ids []string) ([]*authenticator.OOBOTP, error)

func (*Provider) List

func (p *Provider) List(userID string) ([]*authenticator.OOBOTP, error)

func (*Provider) New

func (p *Provider) New(id string, userID string, oobAuthenticatorType model.AuthenticatorType, target string, isDefault bool, kind string) (*authenticator.OOBOTP, error)

func (*Provider) Update

func (p *Provider) Update(a *authenticator.OOBOTP) error

func (*Provider) WithSpec

WithSpec return new authenticator pointer if target is changed Otherwise original authenticator will be returned

type Store

type Store struct {
	SQLBuilder  *appdb.SQLBuilderApp
	SQLExecutor *appdb.SQLExecutor
}

func (*Store) Create

func (s *Store) Create(a *authenticator.OOBOTP) (err error)

func (*Store) Delete

func (s *Store) Delete(id string) error

func (*Store) Get

func (s *Store) Get(userID string, id string) (*authenticator.OOBOTP, error)

func (*Store) GetMany

func (s *Store) GetMany(ids []string) ([]*authenticator.OOBOTP, error)

func (*Store) List

func (s *Store) List(userID string) ([]*authenticator.OOBOTP, error)

func (*Store) Update

func (s *Store) Update(a *authenticator.OOBOTP) (err error)

Jump to

Keyboard shortcuts

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