buildClientCredentialsForm

Build the token-request body for the client_credentials grant.

package @safe @safe
string
buildClientCredentialsForm
(
string clientId
,
string scopeStr
,
string resource
,
string clientSecretForPost = ""
)