KeyboardInteractive returns an AuthMethod using a prompt/response sequence controlled by the server.
(challenge KeyboardInteractiveChallenge)
| 539 | // KeyboardInteractive returns an AuthMethod using a prompt/response |
| 540 | // sequence controlled by the server. |
| 541 | func KeyboardInteractive(challenge KeyboardInteractiveChallenge) AuthMethod { |
| 542 | return challenge |
| 543 | } |
| 544 | |
| 545 | func (cb KeyboardInteractiveChallenge) method() string { |
| 546 | return "keyboard-interactive" |
no outgoing calls
searching dependent graphs…