Interface OpenidConnectProviderContract.DefinitionStages.WithUseInApiDocumentation
- All Known Subinterfaces:
OpenidConnectProviderContract.Definition,OpenidConnectProviderContract.DefinitionStages.WithCreate
- Enclosing interface:
OpenidConnectProviderContract.DefinitionStages
public static interface OpenidConnectProviderContract.DefinitionStages.WithUseInApiDocumentation
The stage of the OpenidConnectProviderContract definition 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
OpenidConnectProviderContract.DefinitionStages.WithCreate withUseInApiDocumentation(Boolean useInApiDocumentation) 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.
-