public static final class CfnConnectorProfile.OAuth2CredentialsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectorProfile.OAuth2CredentialsProperty
CfnConnectorProfile.OAuth2CredentialsProperty
CfnConnectorProfile.OAuth2CredentialsProperty.Builder, CfnConnectorProfile.OAuth2CredentialsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAccessToken()
The access token used to access the connector on your behalf.
|
java.lang.String |
getClientId()
The identifier for the desired client.
|
java.lang.String |
getClientSecret()
The client secret used by the OAuth client to authenticate to the authorization server.
|
java.lang.Object |
getOAuthRequest()
`CfnConnectorProfile.OAuth2CredentialsProperty.OAuthRequest`.
|
java.lang.String |
getRefreshToken()
The refresh token used to refresh an expired access token.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAccessToken()
CfnConnectorProfile.OAuth2CredentialsProperty
getAccessToken
in interface CfnConnectorProfile.OAuth2CredentialsProperty
public final java.lang.String getClientId()
CfnConnectorProfile.OAuth2CredentialsProperty
getClientId
in interface CfnConnectorProfile.OAuth2CredentialsProperty
public final java.lang.String getClientSecret()
CfnConnectorProfile.OAuth2CredentialsProperty
getClientSecret
in interface CfnConnectorProfile.OAuth2CredentialsProperty
public final java.lang.Object getOAuthRequest()
CfnConnectorProfile.OAuth2CredentialsProperty
getOAuthRequest
in interface CfnConnectorProfile.OAuth2CredentialsProperty
public final java.lang.String getRefreshToken()
CfnConnectorProfile.OAuth2CredentialsProperty
getRefreshToken
in interface CfnConnectorProfile.OAuth2CredentialsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()