Interface OpenidConnectProviderContract.UpdateStages.WithUseInApiDocumentation
- All Known Subinterfaces:
OpenidConnectProviderContract.Update
- Enclosing interface:
OpenidConnectProviderContract.UpdateStages
public static interface OpenidConnectProviderContract.UpdateStages.WithUseInApiDocumentation
The stage of the OpenidConnectProviderContract update allowing to specify useInApiDocumentation.
-
Method Summary
Modifier and TypeMethodDescriptionwithUseInApiDocumentation(Boolean useInApiDocumentation) Specifies the useInApiDocumentation property: If true, the Open ID Connect provider will be used in the API documentation in the developer portal.
-
Method Details
-
withUseInApiDocumentation
Specifies the useInApiDocumentation property: If true, the Open ID Connect provider will be used in the API documentation in the developer portal. False by default if no value is provided..- Parameters:
useInApiDocumentation- If true, the Open ID Connect provider will be used in the API documentation in the developer portal. False by default if no value is provided.- Returns:
- the next definition stage.
-