Uses of Class
software.amazon.awscdk.services.cognito.UserPoolIdentityProviderOidcProps.Builder
Packages that use UserPoolIdentityProviderOidcProps.Builder
-
Uses of UserPoolIdentityProviderOidcProps.Builder in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return UserPoolIdentityProviderOidcProps.BuilderModifier and TypeMethodDescriptionUserPoolIdentityProviderOidcProps.Builder.attributeMapping
(AttributeMapping attributeMapping) Sets the value ofUserPoolIdentityProviderProps.getAttributeMapping()
UserPoolIdentityProviderOidcProps.Builder.attributeRequestMethod
(OidcAttributeRequestMethod attributeRequestMethod) Sets the value ofUserPoolIdentityProviderOidcProps.getAttributeRequestMethod()
UserPoolIdentityProviderOidcProps.builder()
Sets the value ofUserPoolIdentityProviderOidcProps.getClientId()
UserPoolIdentityProviderOidcProps.Builder.clientSecret
(String clientSecret) Sets the value ofUserPoolIdentityProviderOidcProps.getClientSecret()
UserPoolIdentityProviderOidcProps.Builder.endpoints
(OidcEndpoints endpoints) Sets the value ofUserPoolIdentityProviderOidcProps.getEndpoints()
UserPoolIdentityProviderOidcProps.Builder.identifiers
(List<String> identifiers) Sets the value ofUserPoolIdentityProviderOidcProps.getIdentifiers()
Sets the value ofUserPoolIdentityProviderOidcProps.getIssuerUrl()
Sets the value ofUserPoolIdentityProviderOidcProps.getName()
Sets the value ofUserPoolIdentityProviderOidcProps.getScopes()
Sets the value ofUserPoolIdentityProviderProps.getUserPool()
Constructors in software.amazon.awscdk.services.cognito with parameters of type UserPoolIdentityProviderOidcProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theUserPoolIdentityProviderOidcProps.Builder
.