We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`u = Cognito(poolId,clientId,username=username, user_pool_region='us-east-2',access_key=accessKey,secret_key=secretKey)
print(u.authenticate(password=password)) `
No error is thrown but 'None' is getting printed as the response. Please help me with this issue. Thanks
The text was updated successfully, but these errors were encountered:
Did u manage to debug this issue? I am facing the same issue.
Sorry, something went wrong.
It's not meant to return anything. It sets attributes on the u object as described here.
u
No branches or pull requests
`u = Cognito(poolId,clientId,username=username, user_pool_region='us-east-2',access_key=accessKey,secret_key=secretKey)
print(u.authenticate(password=password))
`
No error is thrown but 'None' is getting printed as the response. Please help me with this issue. Thanks
The text was updated successfully, but these errors were encountered: