LoginProfile class
A saved login profile — one per account/tailnet stored on this node.
- Annotations
Constructors
- LoginProfile({required String id, required String userLoginName, required String tailnetName})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
Stable opaque identifier used with Profiles.switchTo / Profiles.delete.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tailnetName → String
-
Tailnet this profile belongs to (e.g.
example.com).final - userLoginName → String
-
Login email or user identifier.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override