@Stability(value=Stable)
public static interface CfnConnectorProfile.ConnectorOAuthRequestProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appflow.*;
ConnectorOAuthRequestProperty connectorOAuthRequestProperty = ConnectorOAuthRequestProperty.builder()
.authCode("authCode")
.redirectUri("redirectUri")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder
A builder for
CfnConnectorProfile.ConnectorOAuthRequestProperty |
static class |
CfnConnectorProfile.ConnectorOAuthRequestProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.ConnectorOAuthRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder |
builder() |
default String |
getAuthCode()
The code provided by the connector when it has been authenticated via the connected app.
|
default String |
getRedirectUri()
The URL to which the authentication server redirects the browser after authorization has been granted.
|
@Stability(value=Stable) @Nullable default String getAuthCode()
@Stability(value=Stable) @Nullable default String getRedirectUri()
@Stability(value=Stable) static CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.