Interface AuthorizationServerContract.UpdateStages.WithClientSecret
- All Known Subinterfaces:
AuthorizationServerContract.Update
- Enclosing interface:
AuthorizationServerContract.UpdateStages
public static interface AuthorizationServerContract.UpdateStages.WithClientSecret
The stage of the AuthorizationServerContract update allowing to specify clientSecret.
-
Method Summary
Modifier and TypeMethodDescriptionwithClientSecret(String clientSecret) Specifies the clientSecret property: Client or app secret registered with this authorization server.
-
Method Details
-
withClientSecret
Specifies the clientSecret property: Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value..- Parameters:
clientSecret- Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.- Returns:
- the next definition stage.
-