Cognito GlobalSignOut Not Working

0

I have been trying to implement logout functionality across all devices by calling the globalSignOut method, but it's not working.

My code await cognito .globalSignOut({ AccessToken: tokenResponse?.signInUserSession.accessToken?.jwtToken, }) .promise();

return {
  success: true,
};

}

asked 3 months ago63 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions