Interface AuthorizationServerContract.DefinitionStages.WithUseInTestConsole
- All Known Subinterfaces:
AuthorizationServerContract.Definition,AuthorizationServerContract.DefinitionStages.WithCreate
- Enclosing interface:
AuthorizationServerContract.DefinitionStages
public static interface AuthorizationServerContract.DefinitionStages.WithUseInTestConsole
The stage of the AuthorizationServerContract definition 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
AuthorizationServerContract.DefinitionStages.WithCreate withUseInTestConsole(Boolean useInTestConsole) 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.
-