@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.686Z") @Stability(value=Stable) public interface UserPoolClientProps extends software.amazon.jsii.JsiiSerializable, UserPoolClientOptions
Example:
IUserPool importedPool = UserPool.fromUserPoolId(this, "imported-pool", "us-east-1_oiuR12Abd");
UserPoolClient.Builder.create(this, "customer-app-client")
.userPool(importedPool)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserPoolClientProps.Builder
A builder for
UserPoolClientProps |
static class |
UserPoolClientProps.Jsii$Proxy
An implementation for
UserPoolClientProps |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolClientProps.Builder |
builder() |
IUserPool |
getUserPool()
The UserPool resource this client will have access to.
|
getAccessTokenValidity, getAuthFlows, getDisableOAuth, getEnableTokenRevocation, getGenerateSecret, getIdTokenValidity, getOAuth, getPreventUserExistenceErrors, getReadAttributes, getRefreshTokenValidity, getSupportedIdentityProviders, getUserPoolClientName, getWriteAttributes@Stability(value=Stable) @NotNull IUserPool getUserPool()
@Stability(value=Stable) static UserPoolClientProps.Builder builder()
builder in interface UserPoolClientOptionsUserPoolClientProps.Builder of UserPoolClientPropsCopyright © 2022. All rights reserved.