Click or drag to resize
AuthorizeRequestCreate Method
Formats values to the required url format

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public string Create(
	IDictionary<string, string> values
)

Parameters

values
Type: System.Collections.GenericIDictionaryString, String
values

Return Value

Type: String

[Missing <returns> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.AuthorizeRequest.Create(System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also