Revert "change region"

This reverts commit 8c1bd9c53e.
This commit is contained in:
jay brown
2025-04-30 11:16:08 -07:00
parent fae6977e5d
commit 06f8a6b1d1
-46
View File
@@ -1,46 +0,0 @@
aws --profile aarete --region us-east-2 cognito-idp describe-user-pool-client \
--user-pool-id us-east-2_1y6po8rR8 \
--client-id 552cqkf3640t39ncehkmgpce31
{
"UserPoolClient": {
"UserPoolId": "us-east-2_1y6po8rR8",
"ClientName": "doczy - development test v1 local",
"ClientId": "552cqkf3640t39ncehkmgpce31",
"ClientSecret": "aaknqeq9ajr07qjch4tkq38ulghvn2i8v7tn3d2fcv44uevfemf",
"LastModifiedDate": "2025-03-31T14:20:27.832000-07:00",
"CreationDate": "2025-03-20T11:32:21.467000-07:00",
"RefreshTokenValidity": 5,
"AccessTokenValidity": 60,
"IdTokenValidity": 60,
"TokenValidityUnits": {
"AccessToken": "minutes",
"IdToken": "minutes",
"RefreshToken": "days"
},
"ExplicitAuthFlows": [
"ALLOW_REFRESH_TOKEN_AUTH",
"ALLOW_USER_AUTH",
"ALLOW_USER_SRP_AUTH"
],
"SupportedIdentityProviders": [
"COGNITO"
],
"CallbackURLs": [
"http://localhost:8080/login-callback"
],
"AllowedOAuthFlows": [
"code"
],
"AllowedOAuthScopes": [
"email",
"openid",
"phone",
"profile"
],
"AllowedOAuthFlowsUserPoolClient": true,
"PreventUserExistenceErrors": "ENABLED",
"EnableTokenRevocation": true,
"EnablePropagateAdditionalUserContextData": false
}
}