auth

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseService

type BaseService struct {
	plugins.Config
}

func NewBaseService

func NewBaseService() *BaseService

NewBaseService returns a new query base service.

func (*BaseService) ServiceType

func (service *BaseService) ServiceType() plugins.ServiceType

ServiceType returns the plug-in service type.

type Config

type Config = auth.Config

Config represents a configuration for authenticator.

type PasswordAuthenticatorService

type PasswordAuthenticatorService interface {
	CreatePasswordAuthenticatorWithConfig(config Config) (auth.PasswordAuthenticator, error)
}

PasswordAuthenticator is an interface for password authenticator.

type Service

type Service interface {
	plugins.Service
}

Service represents a document store service interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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