Share via


ServicePrincipalInner.ReplyUrls Property

Definition

Gets or sets the URLs that user tokens are sent to for sign in with the associated application. The redirect URIs that the oAuth 2.0 authorization code and access tokens are sent to for the associated application.

[Newtonsoft.Json.JsonProperty(PropertyName="replyUrls")]
public System.Collections.Generic.IList<string> ReplyUrls { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="replyUrls")>]
member this.ReplyUrls : System.Collections.Generic.IList<string> with get, set
Public Property ReplyUrls As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to