ShareClientOptions.ShareTokenIntent Property

Definition

Share Token Intent. For use with token authentication. Used to indicate the intent of the request. This is currently required when using token authentication.

public Azure.Storage.Files.Shares.Models.ShareTokenIntent? ShareTokenIntent { get; set; }
member this.ShareTokenIntent : Nullable<Azure.Storage.Files.Shares.Models.ShareTokenIntent> with get, set
Public Property ShareTokenIntent As Nullable(Of ShareTokenIntent)

Property Value

Applies to