OAuth2Authentication Settings Contract Args
    data class OAuth2AuthenticationSettingsContractArgs(val authorizationServerId: Output<String>? = null, val scope: Output<String>? = null) : ConvertibleToJava<OAuth2AuthenticationSettingsContractArgs> 
API OAuth2 Authentication settings details.
Constructors
Link copied to clipboard
                fun OAuth2AuthenticationSettingsContractArgs(authorizationServerId: Output<String>? = null, scope: Output<String>? = null)