AuthorizationError

@objc
public class AuthorizationError : NSObject, Error

Error that gets created when the authorization flow exits with an error.

  • Undocumented

    See more

    Declaration

    Swift

    public enum ErrorType
  • Undocumented

    Declaration

    Swift

    public let type: ErrorType
  • Undocumented

    Declaration

    Swift

    public let errorDescription: String?
  • Undocumented

    Declaration

    Swift

    public let statusCode: String?
  • Undocumented

    Declaration

    Swift

    public let errorMessage: String?