buildAuthCodeTokenForm

Build the application/x-www-form-urlencoded body for the authorization-code token request. clientSecret is included only for the client_secret_post auth method (pass empty otherwise).

package @safe @safe
string
buildAuthCodeTokenForm
(
string code
,,,
string clientId
,
string resource
,
string clientSecretForPost = ""
)