OAuth2Authentication Settings Contract Response
data class OAuth2AuthenticationSettingsContractResponse(val authorizationServerId: String? = null, val scope: String? = null)
API OAuth2 Authentication settings details.
Constructors
Link copied to clipboard
fun OAuth2AuthenticationSettingsContractResponse(authorizationServerId: String? = null, scope: String? = null)