- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
17 lines
598 B
Java
17 lines
598 B
Java
package com.amazonaws.auth;
|
|
|
|
import com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class AWSEnhancedCognitoIdentityProvider extends AWSAbstractCognitoIdentityProvider {
|
|
public AWSEnhancedCognitoIdentityProvider(String str, String str2, AmazonCognitoIdentity amazonCognitoIdentity) {
|
|
super(str, str2, amazonCognitoIdentity);
|
|
}
|
|
|
|
@Override // com.amazonaws.auth.AWSAbstractCognitoIdentityProvider, com.amazonaws.auth.AWSIdentityProvider
|
|
public String refresh() {
|
|
getIdentityId();
|
|
return null;
|
|
}
|
|
}
|