apptokenauthentication

package
v0.1.22 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppTokenAuthenticationFieldGroup

type AppTokenAuthenticationFieldGroup struct {
	AuthenticationType       string `default:"Database" validate:"" json:"AUTHENTICATION_TYPE,omitempty" yaml:"AUTHENTICATION_TYPE,omitempty"`
	FeatureAppSpecificTokens bool   `default:"true" validate:"" json:"FEATURE_APP_SPECIFIC_TOKENS" yaml:"FEATURE_APP_SPECIFIC_TOKENS"`
	FeatureDirectLogin       bool   `default:"true" validate:"" json:"FEATURE_DIRECT_LOGIN" yaml:"FEATURE_DIRECT_LOGIN"`
}

AppTokenAuthenticationFieldGroup represents the AppTokenAuthenticationFieldGroup config fields

func NewAppTokenAuthenticationFieldGroup

func NewAppTokenAuthenticationFieldGroup(fullConfig map[string]interface{}) (*AppTokenAuthenticationFieldGroup, error)

NewAppTokenAuthenticationFieldGroup creates a new AppTokenAuthenticationFieldGroup

func (*AppTokenAuthenticationFieldGroup) Fields

Fields returns a list of strings representing the fields in this field group

func (*AppTokenAuthenticationFieldGroup) Validate

Validate checks the configuration settings for this field group

Jump to

Keyboard shortcuts

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