BungieCredentialType enum

Inheritance

Constructors

BungieCredentialType()
const

Values

None → const BungieCredentialType

None = 0

Xuid → const BungieCredentialType

Xuid = 1

Psnid → const BungieCredentialType

Psnid = 2

Wlid → const BungieCredentialType

Wlid = 3

Fake → const BungieCredentialType

Fake = 4

Facebook → const BungieCredentialType

Facebook = 5

Google → const BungieCredentialType

Google = 8

Windows → const BungieCredentialType

Windows = 9

DemonId → const BungieCredentialType

DemonId = 10

SteamId → const BungieCredentialType

SteamId = 12

BattleNetId → const BungieCredentialType

BattleNetId = 14

StadiaId → const BungieCredentialType

StadiaId = 16

TwitchId → const BungieCredentialType

TwitchId = 18

EgsId → const BungieCredentialType

EgsId = 20

ProtectedInvalidEnumValue → const BungieCredentialType

value not found fallback

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<BungieCredentialType>
A constant List of the values in this enum, in order of their declaration.