RevokeDeviceSessionStatus
public class RevokeDeviceSessionStatus : CustomStringConvertible, JSONRepresentable
The RevokeDeviceSessionStatus struct
-
Result of the revoking request.
Declaration
Swift
public let success: Bool -
The error cause in case of a failure.
Declaration
Swift
public let errorType: Team.RevokeDeviceSessionError? -
Declaration
Swift
public var description: String { get }
View on GitHub
RevokeDeviceSessionStatus Class Reference