Partager via


ServicePrincipal.ReplyUrls Propriété

Définition

Obtient ou définit les URL auxquelles les jetons utilisateur sont envoyés pour la connexion avec l’application associée. URI de redirection auxquels le code d’autorisation oAuth 2.0 et les jetons d’accès sont envoyés pour l’application associée.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à