Share via


WebAppPushSettings.TagsRequiringAuth Property

Definition

Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.

public string TagsRequiringAuth { get; set; }
member this.TagsRequiringAuth : string with get, set
Public Property TagsRequiringAuth As String

Property Value

Applies to