SSHUserInfoRequest class

Constructors

SSHUserInfoRequest(String name, String instruction, List<SSHUserInfoPrompt> prompts)

Properties

hashCode → int
The hash code for this object.
no setterinherited
instruction → String
Instructions for the user. For example, "Please enter your password."
final
name → String
Name of the request. For example, ""Password Expired".
final
prompts → List<SSHUserInfoPrompt>
List of prompts.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited