You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current aws-android-sdk-cognitoauth Auth builder, do not have identity provider parameter due to this i am unable to set identity provider directly. I have looked into Auth.java class but key was not found. Similarly parameter identity provider is available on web and ios project.
Any idea when a patch going to be released for android?
Auth.Builder builder = new Auth.Builder();
builder.setAppClientId(cognitoClientId)
.setAppCognitoWedDomain(cognitoAuthWebDomian)
.setSignInRedirect(signInRedirectUri)
.setSignOutRedirect(signOutRedirectUri);
The text was updated successfully, but these errors were encountered:
@faizanmirza
I have added your request to the team's backlog. We will reply back on this thread once we get an update about whether the request has been priortized, ETA etc.
In current aws-android-sdk-cognitoauth Auth builder, do not have identity provider parameter due to this i am unable to set identity provider directly. I have looked into Auth.java class but key was not found. Similarly parameter identity provider is available on web and ios project.
Any idea when a patch going to be released for android?
The text was updated successfully, but these errors were encountered: