EXTENSION
# AuthenticationSessionError
extension AuthenticationSessionError: Equatable
# Properties
# errorDescription
public var errorDescription: String?
# errorCode
public var errorCode: Int
# errorUserInfo
public var errorUserInfo: [String: Any]
# Methods
# ==(_:_:)
public static func == (lhs: AuthenticationSessionError, rhs: AuthenticationSessionError) -> Bool
# Parameters
Name | Description |
---|---|
lhs | A value to compare. |
rhs | Another value to compare. |