Get Service Authentication Configuration
data class GetServiceAuthenticationConfiguration(val audience: String, val authority: String, val smartProxyEnabled: Boolean)
Constructors
Link copied to clipboard
fun GetServiceAuthenticationConfiguration(audience: String, authority: String, smartProxyEnabled: Boolean)