warrant
warrant copied to clipboard
Return None after authenticating user
`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
Did u manage to debug this issue? I am facing the same issue.
It's not meant to return anything. It sets attributes on the u object as described here.