|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AWSIdentityProvider
A container of data pertinent to a single provider, and will handle most of the interactions with said provider and the client. Note, this will only implement token and identityId interactions. It should not be used for implementing a custom IdentityProvider. Instead, extend AbstractCognitoIdentityProvider.
Method Summary | |
---|---|
java.lang.String |
getIdentityId()
Gets the identityId of the user |
java.lang.String |
getToken()
Get the token from the relevant provider |
Method Detail |
---|
java.lang.String getToken()
java.lang.String getIdentityId()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |