Type alias PlatformConfiguration

PlatformConfiguration: {
    applicationId: string;
    externalReferenceId?: string;
    tenantHost: string;
}

Configuration for making requests to a MATTR VII tenant, used for SDK Backend.

Type declaration

  • Readonly applicationId: string

    Identifier of the MATTR VII holder application associated with this SDK.

  • Optional Readonly externalReferenceId?: string

    Optional developer-defined identifier used to correlate this app instance with a record in MATTR VII.

  • Readonly tenantHost: string

    Base URL of the MATTR VII tenant (e.g. https://learn.vii.au01.mattr.global).

Generated using TypeDoc