Share via


OpenIdConnectConfiguration.DeviceAuthorizationEndpoint Property

Definition

Gets or sets the 'device_authorization_endpoint'.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("device_authorization_endpoint")]
public string DeviceAuthorizationEndpoint { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("device_authorization_endpoint")>]
member this.DeviceAuthorizationEndpoint : string with get, set
Public Property DeviceAuthorizationEndpoint As String

Property Value

Attributes

Applies to