AuthorizationServerContract.UpdateStages.WithTokenBodyParameters Interface

public static interface AuthorizationServerContract.UpdateStages.WithTokenBodyParameters

The stage of the authorizationservercontract update allowing to specify TokenBodyParameters.

Method Summary

Modifier and Type Method and Description
abstract Update withTokenBodyParameters(List<TokenBodyParameterContract> tokenBodyParameters)

Specifies tokenBodyParameters.

Method Details

withTokenBodyParameters

public abstract AuthorizationServerContract.Update withTokenBodyParameters(List tokenBodyParameters)

Specifies tokenBodyParameters.

Parameters:

tokenBodyParameters - 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"}

Returns:

the next update stage

Applies to