RevokeLinkedAppStatus

public class RevokeLinkedAppStatus : CustomStringConvertible, JSONRepresentable

The RevokeLinkedAppStatus 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.RevokeLinkedAppError?
  • Declaration

    Swift

    public var description: String { get }