Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a resource for posting tokens. This interface defines the structure of a token post resource, including its SAS URL.

    interface TokenPostResource {
        sasUrl?: string;
    }
    Index

    Properties

    Properties

    sasUrl?: string

    The SAS URL for the token post resource.