Class CfnConnectorProfilePropsMixin.OAuthPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.OAuthPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfilePropsMixin.OAuthPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfilePropsMixin.OAuthPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfilePropsMixin.OAuthPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfilePropsMixin.OAuthPropertiesProperty
An implementation for
CfnConnectorProfilePropsMixin.OAuthPropertiesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.OAuthPropertiesProperty
CfnConnectorProfilePropsMixin.OAuthPropertiesProperty.Builder, CfnConnectorProfilePropsMixin.OAuthPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfilePropsMixin.OAuthPropertiesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.The OAuth scopes required for OAuth type authentication.final StringThe token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConnectorProfilePropsMixin.OAuthPropertiesProperty.Builder.
-
-
Method Details
-
getAuthCodeUrl
Description copied from interface:CfnConnectorProfilePropsMixin.OAuthPropertiesPropertyThe authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.- Specified by:
getAuthCodeUrlin interfaceCfnConnectorProfilePropsMixin.OAuthPropertiesProperty- See Also:
-
getOAuthScopes
Description copied from interface:CfnConnectorProfilePropsMixin.OAuthPropertiesPropertyThe OAuth scopes required for OAuth type authentication.- Specified by:
getOAuthScopesin interfaceCfnConnectorProfilePropsMixin.OAuthPropertiesProperty- See Also:
-
getTokenUrl
Description copied from interface:CfnConnectorProfilePropsMixin.OAuthPropertiesPropertyThe token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.- Specified by:
getTokenUrlin interfaceCfnConnectorProfilePropsMixin.OAuthPropertiesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-