SavedLogin class

A login already saved in the local credential store, shown so the dashboard can reconnect with one keystroke instead of retyping credentials.

Constructors

SavedLogin({required String hubUrl, required String principal, required String method, bool insecure = false, bool isDefault = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hubUrl String
The Hub URL this login authenticates to (the credential-store key).
final
insecure bool
Whether the login skips TLS verification.
final
isDefault bool
Whether this is the remembered default Hub.
final
method String
The stored auth method (token or publicKey).
final
principal String
The principal (login name).
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