Errors & Types

  • All errors that might occur.

    The response errors return a description as defined in the spec: http://tools.ietf.org/html/rfc6749#section-4.1.2.1

    See more

    Declaration

    Swift

    public enum OAuth2Error : Error, CustomStringConvertible, Equatable
  • Typealias to ease working with JSON dictionaries.

    Declaration

    Swift

    public typealias OAuth2JSON = [String : Any]
  • Typealias to work with dictionaries full of strings.

    Declaration

    Swift

    public typealias OAuth2StringDict = [String : String]