Interface AWSToken
- All Known Implementing Classes:
AWSTokenImpl
public interface AWSToken
Service class used to get a User's token from AWS Cognito.
- Version:
- 0.4.1
- Author:
- Khalil Mohamed, Luca Milazzo
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncom.amazonaws.services.cognitoidentity.model.GetOpenIdTokenForDeveloperIdentityResult
getToken
(int idUser) Get the User's token from AWS Cognito
-
Field Details
-
REGION
static final com.amazonaws.regions.Region REGION -
ACCESS_KEY_ID
- See Also:
-
ACCESS_KEY_VALUE
- See Also:
-
IDENTITY_POOL_ID
- See Also:
-
LOGIN_PROVIDER
- See Also:
-
BUCKET_NAME
- See Also:
-
-
Method Details
-
getToken
com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenForDeveloperIdentityResult getToken(int idUser) Get the User's token from AWS Cognito- Parameters:
idUser
- the id of the logged user.- Returns:
- GetOpenIdTokenForDeveloperIdentityResult instance
-