token Body Parameters
Parameters
value
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name value", "value": "a value"}.
Parameters
values
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name value", "value": "a value"}.
suspend fun tokenBodyParameters(argument: List<suspend TokenBodyParameterContractArgsBuilder.() -> Unit>)
suspend fun tokenBodyParameters(vararg argument: suspend TokenBodyParameterContractArgsBuilder.() -> Unit)
Parameters
argument
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name value", "value": "a value"}.