Auth
public class Auth
Datatypes and serializers for the auth namespace
-
Error occurred because the account doesn’t have permission to access the resource.
See moreDeclaration
Swift
public enum AccessError : CustomStringConvertible, JSONRepresentable -
Errors occurred during authentication.
See moreDeclaration
Swift
public enum AuthError : CustomStringConvertible, JSONRepresentable -
The InvalidAccountTypeError union
See moreDeclaration
Swift
public enum InvalidAccountTypeError : CustomStringConvertible, JSONRepresentable -
The PaperAccessError union
See moreDeclaration
Swift
public enum PaperAccessError : CustomStringConvertible, JSONRepresentable -
Error occurred because the app is being rate limited.
See moreDeclaration
Swift
public class RateLimitError : CustomStringConvertible, JSONRepresentable -
The RateLimitReason union
See moreDeclaration
Swift
public enum RateLimitReason : CustomStringConvertible, JSONRepresentable -
The TokenFromOAuth1Arg struct
See moreDeclaration
Swift
public class TokenFromOAuth1Arg : CustomStringConvertible, JSONRepresentable -
The TokenFromOAuth1Error union
See moreDeclaration
Swift
public enum TokenFromOAuth1Error : CustomStringConvertible, JSONRepresentable -
The TokenFromOAuth1Result struct
See moreDeclaration
Swift
public class TokenFromOAuth1Result : CustomStringConvertible, JSONRepresentable -
The TokenScopeError struct
See moreDeclaration
Swift
public class TokenScopeError : CustomStringConvertible, JSONRepresentable
View on GitHub
Auth Class Reference