Interface IUserConnection
public interface IUserConnection
Properties
Id
The unique identifier for this connection.
string Id { get; }
Property Value
IsVerified
Whether the connection has been verified.
bool IsVerified { get; }
Property Value
Name
The display name of the connection. (handle or domain)
string Name { get; }
Property Value
SortOrder
The display order of this connection.
int SortOrder { get; }
Property Value
Type
The type of connection.
string Type { get; }
Property Value
Remarks
bsky or domain
VisibilityFlags
Bitfield controlling who can see this connection.
ulong VisibilityFlags { get; }