Authentication Settings Contract Response
data class AuthenticationSettingsContractResponse(val oAuth2: OAuth2AuthenticationSettingsContractResponse? = null, val openid: OpenIdAuthenticationSettingsContractResponse? = null)
API Authentication Settings.
Constructors
Link copied to clipboard
constructor(oAuth2: OAuth2AuthenticationSettingsContractResponse? = null, openid: OpenIdAuthenticationSettingsContractResponse? = null)