MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / PayloadAuthKeyboardInteractiveAnswer

Struct PayloadAuthKeyboardInteractiveAnswer

auditlog/message/auth.go:126–129  ·  view source on GitHub ↗

PayloadAuthKeyboardInteractiveAnswer is a message that indicates a response to a keyboard-interactive challenge.

Source from the content-addressed store, hash-verified

124
125// PayloadAuthKeyboardInteractiveAnswer is a message that indicates a response to a keyboard-interactive challenge.
126type PayloadAuthKeyboardInteractiveAnswer struct {
127 Username string `json:"username" yaml:"username"`
128 Answers []KeyboardInteractiveAnswer `json:"answers" yaml:"answers"`
129}
130
131// Equals compares two PayloadAuthKeyboardInteractiveAnswer messages.
132func (p PayloadAuthKeyboardInteractiveAnswer) Equals(other Payload) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected