Interface OpenidConnectProviderContract.DefinitionStages.WithUseInTestConsole
- All Known Subinterfaces:
OpenidConnectProviderContract.Definition,OpenidConnectProviderContract.DefinitionStages.WithCreate
- Enclosing interface:
OpenidConnectProviderContract.DefinitionStages
public static interface OpenidConnectProviderContract.DefinitionStages.WithUseInTestConsole
The stage of the OpenidConnectProviderContract definition allowing to specify useInTestConsole.
-
Method Summary
Modifier and TypeMethodDescriptionwithUseInTestConsole(Boolean useInTestConsole) Specifies the useInTestConsole property: If true, the Open ID Connect provider may be used in the developer portal test console.
-
Method Details
-
withUseInTestConsole
OpenidConnectProviderContract.DefinitionStages.WithCreate withUseInTestConsole(Boolean useInTestConsole) Specifies the useInTestConsole property: If true, the Open ID Connect provider may be used in the developer portal test console. True by default if no value is provided..- Parameters:
useInTestConsole- If true, the Open ID Connect provider may be used in the developer portal test console. True by default if no value is provided.- Returns:
- the next definition stage.
-