Share via


IAuthenticationOperation.GetTokenRequestParams Method

Definition

Extra parameters that are added to the request to the /token endpoint.

public System.Collections.Generic.IReadOnlyDictionary<string,string> GetTokenRequestParams ();
abstract member GetTokenRequestParams : unit -> System.Collections.Generic.IReadOnlyDictionary<string, string>
Public Function GetTokenRequestParams () As IReadOnlyDictionary(Of String, String)

Returns

Name and values of params

Applies to