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