auth

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: May 16, 2022 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const Domain = "auth"

Domain defines the domain for the auth package.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account added in v0.2.0

type Account interface {
	boundary.Resource
	GetAuthMethodId() string
}

type AuthMethod added in v0.2.0

type AuthMethod interface {
	boundary.Resource
	GetScopeId() string
	GetIsPrimaryAuthMethod() bool
}

AuthMethod contains the common methods across all the different types of auth methods.

type ManagedGroup added in v0.3.0

type ManagedGroup interface {
	boundary.Resource
	GetAuthMethodId() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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