ProtonESRSession

public struct ProtonESRSession : Codable, Identifiable, Hashable

Undocumented

  • id

    Declaration

    Swift

    public var id: String
  • Undocumented

    Declaration

    Swift

    public var signer: Name
  • Undocumented

    Declaration

    Swift

    public var callbackUrlString: String
  • Undocumented

    Declaration

    Swift

    public var receiveKeyString: String
  • Undocumented

    Declaration

    Swift

    public var receiveChannel: URL
  • Undocumented

    Declaration

    Swift

    public var createdAt: Date
  • Undocumented

    Declaration

    Swift

    public var updatedAt: Date
  • Undocumented

    Declaration

    Swift

    public var requestor: Account?
  • Declaration

    Swift

    public static func == (lhs: ProtonESRSession, rhs: ProtonESRSession) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)