Giter Club home page Giter Club logo

Comments (8)

klaytaybai avatar klaytaybai commented on June 18, 2024

Hi @TrueGeek, I wasn't able to reproduce your problem. You may have a conflict in your dependencies. Do you have any other references to AWSSDK.CognitoIdentityProvider? Which version are you using? Are you using Xamarin, like the Stack Overflow question example you posted?

from aws-sdk-net-extensions-cognito.

TrueGeek avatar TrueGeek commented on June 18, 2024

I am using Xamarin, yes.

I have references to:

Amazon.Extensions.CognitoAuthentication (1.0.3)
AWSSDK.CognitoIdentity (3.3.101)
AWSSDK.CognitoIdentityProvider (3.3.103.16)
AWSSDK.Core (3.3.103.62)

from aws-sdk-net-extensions-cognito.

FranciscoYimes avatar FranciscoYimes commented on June 18, 2024

I have the same issue using Android.
Did you resolve it?

from aws-sdk-net-extensions-cognito.

TrueGeek avatar TrueGeek commented on June 18, 2024

Haven’t resolved it, but I haven’t had time to look at it either. Work has been keeping me busy this month and this is for a side project.

from aws-sdk-net-extensions-cognito.

shayanaijaz avatar shayanaijaz commented on June 18, 2024

Running into the same issue using Xamarin. Did you find a solution?

from aws-sdk-net-extensions-cognito.

keriki101 avatar keriki101 commented on June 18, 2024

I think I found the answer! You need to provide the credentials and RegionalEndPoint inside the var provider = new AmazonCognitoIdentityProviderClient(new AnonymousAWSCredentials(). For example like this

var provider = new AmazonCognitoIdentityProviderClient(new AnonymousAWSCredentials(constants.credentials, constants.RegionalEndpoint);qw

The credentials are what you have declared for Cognito to work

    public static CognitoAWSCredentials credentials = new CognitoAWSCredentials(
        "eu-west-<Your Pool ID>", // Identity pool ID
        RegionEndpoint.EUWest2 // Region
    );

from aws-sdk-net-extensions-cognito.

ashishdhingra avatar ashishdhingra commented on June 18, 2024

Hi @TrueGeek,

Good afternoon.

Please let me know if this is still an issue or if it could be closed.

Thanks,
Ashish

from aws-sdk-net-extensions-cognito.

github-actions avatar github-actions commented on June 18, 2024

This issue has not recieved a response in 2 weeks. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled.

from aws-sdk-net-extensions-cognito.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.