BlobContainer.TokenProps Interface
Properties returned by Service.requestToken
Properties
| Name | Type | Description | |
|---|---|---|---|
| baseUri | string | Base URI of container | |
| expiration | Date | Time at which the token will expire. | |
| metadata | BlobContainer.Metadata | Metadata of the container. | |
| provider | BlobContainer.Provider | name of the blob storage provider. | |
| scope | BlobContainer.Scope | scope of the container. | |
| token | string | expiring token that provides the requested access to the container. |
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.