@fnlb-project/fnbr
Version:
A library to interact with Epic Games' Fortnite HTTP and XMPP services
23 lines (22 loc) • 643 B
TypeScript
export declare enum AuthSessionType {
Fortnite = "fortnite",
FortniteClientCredentials = "fortniteClientCredentials",
EOS = "eos",
EOSDeployment = "eosDeployment",
Launcher = "launcher"
}
export declare enum AuthSessionStoreKey {
Fortnite = "fortnite",
FortniteClientCredentials = "fortniteClientCredentials",
FortniteEOS = "fortniteEOS",
FortniteEOSDeployment = "fortniteEOSDeployment",
Launcher = "launcher"
}
export declare enum SignedMessageType {
Persistent = "Persistent",
Party = "Party"
}
export declare enum ConversationType {
DirectMessage = "DirectMessage",
Party = "Party"
}