Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

patope/aws-cognito-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Cognito user authentication test in Java.

Usage

mvn clean package
java -jar target/aws-cognito-test-1.0-SNAPSHOT.one-jar.jar \
  -c <clientId> \
  -u <userid>   \
  -p <password> \
  -up <poolid>  \ 
  -r <region>