Service Authentication Configuration Info Response
data class ServiceAuthenticationConfigurationInfoResponse(val audience: String? = null, val authority: String? = null, val smartProxyEnabled: Boolean? = null)
Authentication configuration information
Constructors
Link copied to clipboard
fun ServiceAuthenticationConfigurationInfoResponse(audience: String? = null, authority: String? = null, smartProxyEnabled: Boolean? = null)