ark::aws::CredentialsRequest

Defined in header “ark/aws/auth_client.hh”.


A credentials request, turning a JWT “id_token” into a set of AWS credentials. The ‘id_token’ parameter is retrieved through the ‘authenticate’ API.

Variables

  • std::string id_token
    The id_token, provided from the authenticate API.

  • std::string identity_pool_id
    The identity pool that you are authenticating to.