AuthenticationError

EXTENSION

# AuthenticationError

extension AuthenticationError: Equatable

# Properties

# errorDescription

public var errorDescription: String?

# errorCode

public var errorCode: Int

# errorUserInfo

public var errorUserInfo: [String: Any]

# Methods

# ==(_:_:)

public static func == (lhs: AuthenticationError, rhs: AuthenticationError) -> Bool

# Parameters

Name Description
lhs A value to compare.
rhs Another value to compare.