Class CfnConnectorProfilePropsMixin.OAuth2CredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnConnectorProfilePropsMixin.OAuth2CredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProfilePropsMixin.OAuth2CredentialsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProfilePropsMixin.OAuth2CredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfilePropsMixin.OAuth2CredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfilePropsMixin.OAuth2CredentialsProperty
An implementation for
CfnConnectorProfilePropsMixin.OAuth2CredentialsProperty-
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.mixins.preview.services.appflow.mixins.CfnConnectorProfilePropsMixin.OAuth2CredentialsProperty
CfnConnectorProfilePropsMixin.OAuth2CredentialsProperty.Builder, CfnConnectorProfilePropsMixin.OAuth2CredentialsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfilePropsMixin.OAuth2CredentialsProperty.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 access token used to access the connector on your behalf.final StringThe identifier for the desired client.final StringThe client secret used by the OAuth client to authenticate to the authorization server.final ObjectReturns union: eitherIResolvableorCfnConnectorProfilePropsMixin.ConnectorOAuthRequestPropertyfinal StringThe refresh token used to refresh an expired access 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.OAuth2CredentialsProperty.Builder.
-
-
Method Details
-
getAccessToken
Description copied from interface:CfnConnectorProfilePropsMixin.OAuth2CredentialsPropertyThe access token used to access the connector on your behalf.- Specified by:
getAccessTokenin interfaceCfnConnectorProfilePropsMixin.OAuth2CredentialsProperty- See Also:
-
getClientId
Description copied from interface:CfnConnectorProfilePropsMixin.OAuth2CredentialsPropertyThe identifier for the desired client.- Specified by:
getClientIdin interfaceCfnConnectorProfilePropsMixin.OAuth2CredentialsProperty- See Also:
-
getClientSecret
Description copied from interface:CfnConnectorProfilePropsMixin.OAuth2CredentialsPropertyThe client secret used by the OAuth client to authenticate to the authorization server.- Specified by:
getClientSecretin interfaceCfnConnectorProfilePropsMixin.OAuth2CredentialsProperty- See Also:
-
getOAuthRequest
Description copied from interface:CfnConnectorProfilePropsMixin.OAuth2CredentialsPropertyReturns union: eitherIResolvableorCfnConnectorProfilePropsMixin.ConnectorOAuthRequestProperty- Specified by:
getOAuthRequestin interfaceCfnConnectorProfilePropsMixin.OAuth2CredentialsProperty- See Also:
-
getRefreshToken
Description copied from interface:CfnConnectorProfilePropsMixin.OAuth2CredentialsPropertyThe refresh token used to refresh an expired access token.- Specified by:
getRefreshTokenin interfaceCfnConnectorProfilePropsMixin.OAuth2CredentialsProperty- 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()
-