Share via


OAuthOptions.AdditionalAuthorizationParameters Property

Definition

Gets the additional parameters that will be included in the authorization request.

public System.Collections.Generic.IDictionary<string,string> AdditionalAuthorizationParameters { get; }
member this.AdditionalAuthorizationParameters : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property AdditionalAuthorizationParameters As IDictionary(Of String, String)

Property Value

Remarks

The additional parameters can be used to customize the authorization request, providing extra information or fulfilling specific requirements of the OAuth provider. These parameters are typically, but not always, appended to the query string.

Applies to