Documentation ¶
Index ¶
Constants ¶
View Source
const ( AuthTypeNone = iota AuthTypePassword AuthTypeSymantecVIP AuthTypeU2F )
View Source
const ( VIPAuthTypeOTP = iota VIPAuthTypePush )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventRecorder ¶
type EventRecorder struct { AuthChannel chan<- *AuthInfo RequestEventsChannel chan<- chan<- Events ServiceProviderLoginChannel chan<- *SPLoginInfo SshCertChannel chan<- *ssh.Certificate WebLoginChannel chan<- string X509CertChannel chan<- *x509.Certificate // contains filtered or unexported fields }
type SPLoginInfo ¶ added in v1.4.3
Click to show internal directories.
Click to hide internal directories.