public static final class CfnConnectorProfile.ConnectorOAuthRequestProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectorProfile.ConnectorOAuthRequestProperty
CfnConnectorProfile.ConnectorOAuthRequestProperty
CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder, CfnConnectorProfile.ConnectorOAuthRequestProperty.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 |
getAuthCode()
The code provided by the connector when it has been authenticated via the connected app.
|
java.lang.String |
getRedirectUri()
The URL to which the authentication server redirects the browser after authorization has been granted.
|
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 getAuthCode()
CfnConnectorProfile.ConnectorOAuthRequestProperty
getAuthCode
in interface CfnConnectorProfile.ConnectorOAuthRequestProperty
public final java.lang.String getRedirectUri()
CfnConnectorProfile.ConnectorOAuthRequestProperty
getRedirectUri
in interface CfnConnectorProfile.ConnectorOAuthRequestProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()