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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.OAuthSettings
OAuthSettings.Builder, OAuthSettings.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(OAuthSettings.Builder builder) Constructor that initializes the object based on literal property values passed by theOAuthSettings.Builder
.protected
Jsii$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.JsonNode
final boolean
List of allowed redirect URLs for the identity providers.final String
The default redirect URI.final OAuthFlows
getFlows()
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 int
hashCode()
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:OAuthSettings
List 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:
getCallbackUrls
in interfaceOAuthSettings
-
getDefaultRedirectUri
Description copied from interface:OAuthSettings
The default redirect URI. Must be in thecallbackUrls
list.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:
getDefaultRedirectUri
in interfaceOAuthSettings
- See Also:
-
getFlows
Description copied from interface:OAuthSettings
OAuth flows that are allowed with this client.Default: {authorizationCodeGrant:true,implicitCodeGrant:true}
- Specified by:
getFlows
in interfaceOAuthSettings
- See Also:
-
getLogoutUrls
Description copied from interface:OAuthSettings
List of allowed logout URLs for the identity providers.Default: - no logout URLs
- Specified by:
getLogoutUrls
in interfaceOAuthSettings
-
getScopes
Description copied from interface:OAuthSettings
OAuth scopes that are allowed with this client.Default: [OAuthScope.PHONE,OAuthScope.EMAIL,OAuthScope.OPENID,OAuthScope.PROFILE,OAuthScope.COGNITO_ADMIN]
- Specified by:
getScopes
in interfaceOAuthSettings
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-