Interface ApiContract.DefinitionStages.WithAuthenticationSettings
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithAuthenticationSettings
The stage of the ApiContract definition allowing to specify authenticationSettings.
-
Method Summary
Modifier and TypeMethodDescriptionwithAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Specifies the authenticationSettings property: Collection of authentication settings included into this API..
-
Method Details
-
withAuthenticationSettings
ApiContract.DefinitionStages.WithCreate withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings) Specifies the authenticationSettings property: Collection of authentication settings included into this API..- Parameters:
authenticationSettings- Collection of authentication settings included into this API.- Returns:
- the next definition stage.
-