Class CfnConnectorProfile.OAuth2CredentialsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnConnectorProfile.OAuth2CredentialsProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnConnectorProfile.OAuth2CredentialsProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConnectorProfile.OAuth2CredentialsProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorProfile.OAuth2CredentialsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProfile.OAuth2CredentialsProperty
An implementation for 
CfnConnectorProfile.OAuth2CredentialsProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnConnectorProfile.OAuth2CredentialsPropertyCfnConnectorProfile.OAuth2CredentialsProperty.Builder, CfnConnectorProfile.OAuth2CredentialsProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorProfile.OAuth2CredentialsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier 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: eitherIResolvableorCfnConnectorProfile.ConnectorOAuthRequestPropertyfinal StringThe refresh token used to refresh an expired access token.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnConnectorProfile.OAuth2CredentialsProperty.Builder.
 
- 
- 
Method Details- 
getAccessTokenDescription copied from interface:CfnConnectorProfile.OAuth2CredentialsPropertyThe access token used to access the connector on your behalf.- Specified by:
- getAccessTokenin interface- CfnConnectorProfile.OAuth2CredentialsProperty
- See Also:
 
- 
getClientIdDescription copied from interface:CfnConnectorProfile.OAuth2CredentialsPropertyThe identifier for the desired client.- Specified by:
- getClientIdin interface- CfnConnectorProfile.OAuth2CredentialsProperty
- See Also:
 
- 
getClientSecretDescription copied from interface:CfnConnectorProfile.OAuth2CredentialsPropertyThe client secret used by the OAuth client to authenticate to the authorization server.- Specified by:
- getClientSecretin interface- CfnConnectorProfile.OAuth2CredentialsProperty
- See Also:
 
- 
getOAuthRequestDescription copied from interface:CfnConnectorProfile.OAuth2CredentialsPropertyReturns union: eitherIResolvableorCfnConnectorProfile.ConnectorOAuthRequestProperty- Specified by:
- getOAuthRequestin interface- CfnConnectorProfile.OAuth2CredentialsProperty
- See Also:
 
- 
getRefreshTokenDescription copied from interface:CfnConnectorProfile.OAuth2CredentialsPropertyThe refresh token used to refresh an expired access token.- Specified by:
- getRefreshTokenin interface- CfnConnectorProfile.OAuth2CredentialsProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-