public static final class OAuthSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OAuthSettings
OAuthSettings
OAuthSettings.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getCallbackUrls()
List of allowed redirect URLs for the identity providers.
|
OAuthFlows |
getFlows()
OAuth flows that are allowed with this client.
|
java.util.List<java.lang.String> |
getLogoutUrls()
List of allowed logout URLs for the identity providers.
|
java.util.List<OAuthScope> |
getScopes()
OAuth scopes that are allowed with this client.
|
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.util.List<java.lang.String> getCallbackUrls()
OAuthSettings
Default: - ['https://example.com'] if either authorizationCodeGrant or implicitCodeGrant flows are enabled, no callback URLs otherwise.
getCallbackUrls
in interface OAuthSettings
public final OAuthFlows getFlows()
OAuthSettings
Default: {authorizationCodeGrant:true,implicitCodeGrant:true}
public final java.util.List<java.lang.String> getLogoutUrls()
OAuthSettings
Default: - no logout URLs
getLogoutUrls
in interface OAuthSettings
public final java.util.List<OAuthScope> getScopes()
OAuthSettings
Default: [OAuthScope.PHONE,OAuthScope.EMAIL,OAuthScope.OPENID,OAuthScope.PROFILE,OAuthScope.COGNITO_ADMIN]
getScopes
in interface OAuthSettings
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()