Interface AuthorizationServerContract.UpdateStages.WithUseInTestConsole
- All Known Subinterfaces:
AuthorizationServerContract.Update
- Enclosing interface:
AuthorizationServerContract.UpdateStages
public static interface AuthorizationServerContract.UpdateStages.WithUseInTestConsole
The stage of the AuthorizationServerContract update allowing to specify useInTestConsole.
-
Method Summary
Modifier and TypeMethodDescriptionwithUseInTestConsole(Boolean useInTestConsole) Specifies the useInTestConsole property: If true, the authorization server may be used in the developer portal test console.
-
Method Details
-
withUseInTestConsole
Specifies the useInTestConsole property: If true, the authorization server may be used in the developer portal test console. True by default if no value is provided..- Parameters:
useInTestConsole- If true, the authorization server may be used in the developer portal test console. True by default if no value is provided.- Returns:
- the next definition stage.
-