ApiContract.UpdateStages.WithAuthenticationSettings Interface

public static interface ApiContract.UpdateStages.WithAuthenticationSettings

The stage of the ApiContract update allowing to specify authenticationSettings.

Method Summary

Modifier and Type Method and Description
abstract Update withAuthenticationSettings(AuthenticationSettingsContract authenticationSettings)

Specifies the authenticationSettings property: Collection of authentication settings included into this API..

Method Details

withAuthenticationSettings

public abstract 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.

Applies to