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 Details

  • 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