AuthenticationSettingsContract interface  
API Authentication Settings.
Properties
| o | 
	OAuth2 Authentication settings  | 
| o | 
	Collection of OAuth2 authentication settings included into this API.  | 
| openid | OpenID Connect Authentication Settings  | 
| openid | 
	Collection of Open ID Connect authentication settings included into this API.  | 
Property Details
		oAuth2
	 
	OAuth2 Authentication settings
oAuth2?: OAuth2AuthenticationSettingsContract
				Property Value
		oAuth2AuthenticationSettings
	  
	Collection of OAuth2 authentication settings included into this API.
oAuth2AuthenticationSettings?: OAuth2AuthenticationSettingsContract[]
				Property Value
openid
OpenID Connect Authentication Settings
openid?: OpenIdAuthenticationSettingsContract
				Property Value
		openidAuthenticationSettings
	  
	Collection of Open ID Connect authentication settings included into this API.
openidAuthenticationSettings?: OpenIdAuthenticationSettingsContract[]