CookieType
public enum CookieType : String
The different types of cookies that can be changed by the API
-
The cookie used to store the auth token
Note
The cookie is valid for 1 yearDeclaration
Swift
case authToken = "mangadex_rememberme_token" -
A cookie used by DDoS-Guard
Declaration
Swift
case ddosGuard1 = "__ddg1" -
A cookie used by DDoS-Guard
Declaration
Swift
case ddosGuard2 = "__ddg2" -
A cookie used by DDoS-Guard
Declaration
Swift
case ddosGuardId = "__ddgid" -
A cookie used by DDoS-Guard
Declaration
Swift
case ddosGuardMark = "__ddgmark"
View on GitHub
CookieType Enumeration Reference