@Stability(value=Stable) @Internal public static final class OAuthSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OAuthSettings
OAuthSettingssoftware.amazon.jsii.JsiiObject.InitializationModeOAuthSettings.Builder, OAuthSettings.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.
|
protected |
Jsii$Proxy(OAuthSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by the
OAuthSettings.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getCallbackUrls()
List of allowed redirect URLs for the identity providers.
|
OAuthFlows |
getFlows()
OAuth flows that are allowed with this client.
|
List<String> |
getLogoutUrls()
List of allowed logout URLs for the identity providers.
|
List<OAuthScope> |
getScopes()
OAuth scopes that are allowed with this client.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(OAuthSettings.Builder builder)
OAuthSettings.Builder.public final List<String> getCallbackUrls()
OAuthSettingsDefault: - ['https://example.com'] if either authorizationCodeGrant or implicitCodeGrant flows are enabled, no callback URLs otherwise.
getCallbackUrls in interface OAuthSettingspublic final OAuthFlows getFlows()
OAuthSettingsDefault: {authorizationCodeGrant:true,implicitCodeGrant:true}
public final List<String> getLogoutUrls()
OAuthSettingsDefault: - no logout URLs
getLogoutUrls in interface OAuthSettingspublic final List<OAuthScope> getScopes()
OAuthSettingsDefault: [OAuthScope.PHONE,OAuthScope.EMAIL,OAuthScope.OPENID,OAuthScope.PROFILE,OAuthScope.COGNITO_ADMIN]
getScopes in interface OAuthSettings@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.