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 more

    Declaration

    Swift

    public enum AccessError : CustomStringConvertible, JSONRepresentable
  • Errors occurred during authentication.

    See more

    Declaration

    Swift

    public enum AuthError : CustomStringConvertible, JSONRepresentable
  • The InvalidAccountTypeError union

    See more

    Declaration

    Swift

    public enum InvalidAccountTypeError : CustomStringConvertible, JSONRepresentable
  • The PaperAccessError union

    See more

    Declaration

    Swift

    public enum PaperAccessError : CustomStringConvertible, JSONRepresentable
  • Error occurred because the app is being rate limited.

    See more

    Declaration

    Swift

    public class RateLimitError : CustomStringConvertible, JSONRepresentable
  • The RateLimitReason union

    See more

    Declaration

    Swift

    public enum RateLimitReason : CustomStringConvertible, JSONRepresentable
  • The TokenFromOAuth1Arg struct

    See more

    Declaration

    Swift

    public class TokenFromOAuth1Arg : CustomStringConvertible, JSONRepresentable
  • The TokenFromOAuth1Error union

    See more

    Declaration

    Swift

    public enum TokenFromOAuth1Error : CustomStringConvertible, JSONRepresentable
  • The TokenFromOAuth1Result struct

    See more

    Declaration

    Swift

    public class TokenFromOAuth1Result : CustomStringConvertible, JSONRepresentable
  • The TokenScopeError struct

    See more

    Declaration

    Swift

    public class TokenScopeError : CustomStringConvertible, JSONRepresentable