LinkPassword

public enum LinkPassword : CustomStringConvertible, JSONRepresentable

The LinkPassword union

  • Remove the currently set password for the link.

    Declaration

    Swift

    case removePassword
  • Set a new password or change an existing password.

    Declaration

    Swift

    case setPassword(String)
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }