Authentication Settings Contract Response
data class AuthenticationSettingsContractResponse(val oAuth2: OAuth2AuthenticationSettingsContractResponse? = null, val oAuth2AuthenticationSettings: List<OAuth2AuthenticationSettingsContractResponse>? = null, val openid: OpenIdAuthenticationSettingsContractResponse? = null, val openidAuthenticationSettings: List<OpenIdAuthenticationSettingsContractResponse>? = null)
API Authentication Settings.
Constructors
Link copied to clipboard
fun AuthenticationSettingsContractResponse(oAuth2: OAuth2AuthenticationSettingsContractResponse? = null, oAuth2AuthenticationSettings: List<OAuth2AuthenticationSettingsContractResponse>? = null, openid: OpenIdAuthenticationSettingsContractResponse? = null, openidAuthenticationSettings: List<OpenIdAuthenticationSettingsContractResponse>? = null)