Interface: CognitoUserPoolConfig
Defined in: index.ts:19
Amazon Cognito user pool configuration for JWT verification.
Properties
clientId
clientId:
string
Defined in: index.ts:28
The app client ID registered in the User Pool.
tokenUse?
optionaltokenUse?:"access"|"id"
Defined in: index.ts:26
Which token type to verify.
Default
'access'
userPoolId
userPoolId:
string
Defined in: index.ts:21
The Cognito User Pool ID (e.g. us-east-1_abc123).