fnbr
Version:
A library to interact with Epic Games' Fortnite HTTP and XMPP services
13 lines (12 loc) • 362 B
TypeScript
export declare enum AuthSessionType {
Fortnite = "fortnite",
FortniteClientCredentials = "fortniteClientCredentials",
EOS = "eos",
Launcher = "launcher"
}
export declare enum AuthSessionStoreKey {
Fortnite = "fortnite",
FortniteClientCredentials = "fortniteClientCredentials",
FortniteEOS = "fortniteEOS",
Launcher = "launcher"
}