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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnConnectorProfile.OAuth2CredentialsProperty
CfnConnectorProfile.OAuth2CredentialsProperty.Builder, CfnConnectorProfile.OAuth2CredentialsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnectorProfile.OAuth2CredentialsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The access token used to access the connector on your behalf.final String
The identifier for the desired client.final String
The client secret used by the OAuth client to authenticate to the authorization server.final Object
final String
The refresh token used to refresh an expired access token.final int
hashCode()
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 theCfnConnectorProfile.OAuth2CredentialsProperty.Builder
.
-
-
Method Details
-
getAccessToken
Description copied from interface:CfnConnectorProfile.OAuth2CredentialsProperty
The access token used to access the connector on your behalf.- Specified by:
getAccessToken
in interfaceCfnConnectorProfile.OAuth2CredentialsProperty
- See Also:
-
getClientId
Description copied from interface:CfnConnectorProfile.OAuth2CredentialsProperty
The identifier for the desired client.- Specified by:
getClientId
in interfaceCfnConnectorProfile.OAuth2CredentialsProperty
- See Also:
-
getClientSecret
Description copied from interface:CfnConnectorProfile.OAuth2CredentialsProperty
The client secret used by the OAuth client to authenticate to the authorization server.- Specified by:
getClientSecret
in interfaceCfnConnectorProfile.OAuth2CredentialsProperty
- See Also:
-
getOAuthRequest
- Specified by:
getOAuthRequest
in interfaceCfnConnectorProfile.OAuth2CredentialsProperty
- See Also:
-
getRefreshToken
Description copied from interface:CfnConnectorProfile.OAuth2CredentialsProperty
The refresh token used to refresh an expired access token.- Specified by:
getRefreshToken
in interfaceCfnConnectorProfile.OAuth2CredentialsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-