DropboxPasswordsNewDeviceEnrolledDetails

public class DropboxPasswordsNewDeviceEnrolledDetails : CustomStringConvertible, JSONRepresentable

Enrolled new Dropbox Passwords device.

  • Whether it’s a first device enrolled.

    Declaration

    Swift

    public let isFirstDevice: Bool
  • The platform the device is enrolled.

    Declaration

    Swift

    public let platform: String
  • Declaration

    Swift

    public var description: String { get }