Skip to content

RevokeToken behavior for multiple logins #218

Discussion options

You must be logged in to vote

Hi @IgorPietraszko,

Good morning.

Thanks for posting question. To validate the behavior, following simple console application using [Amazon.Extensions.CognitoAuthentication] package version 2.2.2, could be leveraged (the code is only for demonstration purposes):

using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Amazon.CognitoIdentityProvider;
using Amazon.Extensions.CognitoAuthentication;
using Amazon.Runtime;

namespace CognitoTest
{
    class Program
    {
        private static string clientId = "7m3namtfok95oau1l1tqdgt2h8";
        private static string poolId = "us-east-2_HTm99yR1t";
        private static string userName = "testuser2";// dhingra.ash…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@IgorPietraszko
Comment options

@ashishdhingra
Comment options

@IgorPietraszko
Comment options

Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. module/cog-id-provider
2 participants
Converted from issue

This discussion was converted from issue #217 on April 05, 2022 22:54.