|
|||||||
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 |
getToken()
Get the token from the relevant provider |
java.lang.String |
refresh()
To be used to call the provider back end to get a token and identityId. |
Method Detail |
---|
java.lang.String getToken()
java.lang.String refresh()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |