It throws exception User is not authenticated whenever I try to perform following actions according to the documentation:
Use case 5. Retrieve user attributes
Use case 6. Verify user attribute
Use case 7. Delete user attributes
and others too, for which _signInUserSession is required (in cognito_user.dart file).
It seems _signInUserSession is null even after establishing user session.
However, activities before sign in works (sign up, forgot password, Resend confirmation code, etc.)
It throws exception
User is not authenticated
whenever I try to perform following actions according to the documentation:and others too, for which _signInUserSession is required (in cognito_user.dart file). It seems _signInUserSession is null even after establishing user session.
However, activities before sign in works (sign up, forgot password, Resend confirmation code, etc.)