mfa

package
v5.11.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2019 License: AGPL-3.0, Apache-2.0 Imports: 10 Imported by: 39

Documentation

Index

Constants

View Source
const (
	MFA_SECRET_SIZE = 20
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Mfa

type Mfa struct {
	ConfigService configservice.ConfigService
	Store         store.Store
}

func New

func New(configService configservice.ConfigService, store store.Store) Mfa

func (*Mfa) Activate

func (m *Mfa) Activate(user *model.User, token string) *model.AppError

func (*Mfa) Deactivate

func (m *Mfa) Deactivate(userId string) *model.AppError

func (*Mfa) GenerateSecret

func (m *Mfa) GenerateSecret(user *model.User) (string, []byte, *model.AppError)

func (*Mfa) ValidateToken

func (m *Mfa) ValidateToken(secret, token string) (bool, *model.AppError)

Jump to

Keyboard shortcuts

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