Type alias DfnsBaseApiOptions

DfnsBaseApiOptions: {
    appId: string;
    appSecret?: string;
    authToken?: string;
    baseUrl?: string;
}

Type declaration

  • appId: string
  • Optional appSecret?: string
  • Optional authToken?: string

    Needs to be specified to use any endpoint that requires authentication

  • Optional baseUrl?: string

    Only needs to be specified when using another API environment

Generated using TypeDoc