Package version:

Interface BlobStorageTokenStore

The configuration settings of the storage of the tokens if blob storage is used.

interface BlobStorageTokenStore {
    sasUrlSettingName: string;
}

Properties

sasUrlSettingName: string

The name of the app secrets containing the SAS URL of the blob storage containing the tokens.