Class OAuthSettings.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.OAuthSettings.Jsii$Proxy
- All Implemented Interfaces:
OAuthSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
OAuthSettings
@Stability(Stable)
@Internal
public static final class OAuthSettings.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements OAuthSettings
An implementation for
OAuthSettings-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.OAuthSettings
OAuthSettings.Builder, OAuthSettings.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(OAuthSettings.Builder builder) Constructor that initializes the object based on literal property values passed by theOAuthSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanList of allowed redirect URLs for the identity providers.final StringThe default redirect URI.final OAuthFlowsgetFlows()OAuth flows that are allowed with this client.List of allowed logout URLs for the identity providers.final List<OAuthScope> OAuth scopes that are allowed with this client.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theOAuthSettings.Builder.
-
-
Method Details
-
getCallbackUrls
Description copied from interface:OAuthSettingsList of allowed redirect URLs for the identity providers.Default: - ['https://example.com'] if either authorizationCodeGrant or implicitCodeGrant flows are enabled, no callback URLs otherwise.
- Specified by:
getCallbackUrlsin interfaceOAuthSettings
-
getDefaultRedirectUri
Description copied from interface:OAuthSettingsThe default redirect URI. Must be in thecallbackUrlslist.A redirect URI must:
- Be an absolute URI
- Be registered with the authorization server.
- Not include a fragment component.
Default: - no default redirect URI
- Specified by:
getDefaultRedirectUriin interfaceOAuthSettings- See Also:
-
getFlows
Description copied from interface:OAuthSettingsOAuth flows that are allowed with this client.Default: {authorizationCodeGrant:true,implicitCodeGrant:true}
- Specified by:
getFlowsin interfaceOAuthSettings- See Also:
-
getLogoutUrls
Description copied from interface:OAuthSettingsList of allowed logout URLs for the identity providers.Default: - no logout URLs
- Specified by:
getLogoutUrlsin interfaceOAuthSettings
-
getScopes
Description copied from interface:OAuthSettingsOAuth scopes that are allowed with this client.Default: [OAuthScope.PHONE,OAuthScope.EMAIL,OAuthScope.OPENID,OAuthScope.PROFILE,OAuthScope.COGNITO_ADMIN]
- Specified by:
getScopesin interfaceOAuthSettings- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-