AccountsInfo

public struct AccountsInfo : Codable

Details which service data source accounts the user has added.

  • List of accounts user has added

    Declaration

    Swift

    public let accounts: [SourceAccount]
  • The consent identifier

    Declaration

    Swift

    public let consentId: String