@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-09T19:16:41.351Z") public interface UserPoolClientProps extends 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
IUserPool getUserPool()
static UserPoolClientProps.Builder builder()
builder
in interface UserPoolClientOptions
UserPoolClientProps.Builder
of UserPoolClientProps