Skip to content

Commit 743c441

Browse files
committed
[MobileClient] Clarify federatedSignIn method functionality
1 parent 8857061 commit 743c441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-android-sdk-mobile-client/src/main/java/com/amazonaws/mobile/client/AWSMobileClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ public void signOut() {
831831
}
832832

833833
/**
834-
* Federate tokens from custom identity providers by providing the
834+
* Federate tokens from custom identity providers into Cognito Identity Pool by providing the
835835
* logins key and token
836836
* <p>
837837
* The logins key can be specified with {@link IdentityProvider#AMAZON#toString()}
@@ -847,7 +847,7 @@ public void federatedSignIn(final String providerKey,
847847
}
848848

849849
/**
850-
* Federate tokens from custom identity providers by providing the
850+
* Federate tokens from custom identity providers into Cognito Identity Pool by providing the
851851
* logins key and token
852852
* <p>
853853
* The logins key can be specified with {@link IdentityProvider#AMAZON}

0 commit comments

Comments
 (0)