@Stability(value=Stable) @Internal public static final class UserPoolIdentityProviderOidcProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolIdentityProviderOidcProps
UserPoolIdentityProviderOidcPropssoftware.amazon.jsii.JsiiObject.InitializationModeUserPoolIdentityProviderOidcProps.Builder, UserPoolIdentityProviderOidcProps.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(UserPoolIdentityProviderOidcProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
UserPoolIdentityProviderOidcProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
AttributeMapping |
getAttributeMapping()
Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
OidcAttributeRequestMethod |
getAttributeRequestMethod()
The method to use to request attributes.
|
String |
getClientId()
The client id.
|
String |
getClientSecret()
The client secret.
|
OidcEndpoints |
getEndpoints()
OpenID connect endpoints.
|
List<String> |
getIdentifiers()
Identifiers.
|
String |
getIssuerUrl()
Issuer URL.
|
String |
getName()
The name of the provider.
|
List<String> |
getScopes()
The OAuth 2.0 scopes that you will request from OpenID Connect.
|
IUserPool |
getUserPool()
The user pool to which this construct provides identities.
|
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(UserPoolIdentityProviderOidcProps.Builder builder)
UserPoolIdentityProviderOidcProps.Builder.public final String getClientId()
UserPoolIdentityProviderOidcPropsgetClientId in interface UserPoolIdentityProviderOidcPropspublic final String getClientSecret()
UserPoolIdentityProviderOidcPropsgetClientSecret in interface UserPoolIdentityProviderOidcPropspublic final String getIssuerUrl()
UserPoolIdentityProviderOidcPropsgetIssuerUrl in interface UserPoolIdentityProviderOidcPropspublic final OidcAttributeRequestMethod getAttributeRequestMethod()
UserPoolIdentityProviderOidcPropsDefault: OidcAttributeRequestMethod.GET
getAttributeRequestMethod in interface UserPoolIdentityProviderOidcPropspublic final OidcEndpoints getEndpoints()
UserPoolIdentityProviderOidcPropsDefault: - auto discovered with issuer URL
getEndpoints in interface UserPoolIdentityProviderOidcPropspublic final List<String> getIdentifiers()
UserPoolIdentityProviderOidcPropsIdentifiers can be used to redirect users to the correct IdP in multitenant apps.
Default: - no identifiers used
getIdentifiers in interface UserPoolIdentityProviderOidcPropspublic final String getName()
UserPoolIdentityProviderOidcPropsDefault: - the unique ID of the construct
getName in interface UserPoolIdentityProviderOidcPropspublic final List<String> getScopes()
UserPoolIdentityProviderOidcPropsDefault: ['openid']
getScopes in interface UserPoolIdentityProviderOidcPropspublic final IUserPool getUserPool()
UserPoolIdentityProviderPropsgetUserPool in interface UserPoolIdentityProviderPropspublic final AttributeMapping getAttributeMapping()
UserPoolIdentityProviderPropsDefault: - no attribute mapping
getAttributeMapping in interface UserPoolIdentityProviderProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.