Interface OpenidConnectProviderContract.UpdateStages.WithUseInTestConsole
- All Known Subinterfaces:
OpenidConnectProviderContract.Update
- Enclosing interface:
OpenidConnectProviderContract.UpdateStages
public static interface OpenidConnectProviderContract.UpdateStages.WithUseInTestConsole
The stage of the OpenidConnectProviderContract update 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
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.
-