Record

public struct Record

A type that holds unencrypted values and associated metadata

  • Metadata about the record, such as record ID, creation date, etc.

    Declaration

    Swift

    public let meta: Meta
  • The unencrypted values for the record

    Declaration

    Swift

    public let data: Cleartext