claims

package
v0.5.8 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Custom

type Custom struct {
	Email   string   `json:"email" validate:"required_without=Machine,excluded_with=Machine"`
	Machine string   `json:"machine" validate:"required_without=Email,excluded_with=User,excluded_with=Group"`
	Groups  []string `json:"groups" validate:"excluded_with=Machine"`
	Nonce   string   `json:"nonce" validate:"required"`
}

Jump to

Keyboard shortcuts

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