Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Stage_name = map[int32]string{ 0: "userSelection", 1: "brokerSelection", 2: "authModeSelection", 3: "challenge", } Stage_value = map[string]int32{ "userSelection": 0, "brokerSelection": 1, "authModeSelection": 2, "challenge": 3, } )
Enum value maps for Stage.
View Source
var File_pam_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Stage ¶
type Stage int32
state represents the stage object for the UI.
const ( // Stage_userSelection is to select a user. Stage_userSelection Stage = 0 // Stage_brokerSelection is to select a broker. Stage_brokerSelection Stage = 1 // Stage_authModeSelection is to select an authentication mode. Stage_authModeSelection Stage = 2 // Stage_challenge lets the user enter a secret or wait for authentication from the broker. Stage_challenge Stage = 3 )
func (Stage) Descriptor ¶
func (Stage) Descriptor() protoreflect.EnumDescriptor
func (Stage) EnumDescriptor
deprecated
func (Stage) Number ¶
func (x Stage) Number() protoreflect.EnumNumber
func (Stage) Type ¶
func (Stage) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.