aws-android-sdk-appsync/src/main/java/com/amazonaws/mobileconnectors/appsync/SubscriptionAuthorizer.java [236:242]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private String getRegion() throws JSONException {
         return mAwsConfiguration
                 .optJsonObject("CredentialsProvider")
                 .getJSONObject("CognitoIdentity")
                 .getJSONObject(mAwsConfiguration.getConfiguration())
                 .getString("Region");
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-android-sdk-appsync/src/main/java/com/amazonaws/mobileconnectors/appsync/SubscriptionAuthorizer.java [244:250]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private String getIdentityPoolId() throws JSONException {
         return mAwsConfiguration
                 .optJsonObject("CredentialsProvider")
                 .getJSONObject("CognitoIdentity")
                 .getJSONObject(mAwsConfiguration.getConfiguration())
                 .getString("PoolId");
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



