- 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
596 B
Java
17 lines
596 B
Java
package com.amazonaws.auth;
|
|
|
|
import com.amazonaws.services.cognitoidentity.AmazonCognitoIdentity;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class AWSBasicCognitoIdentityProvider extends AWSAbstractCognitoIdentityProvider {
|
|
public AWSBasicCognitoIdentityProvider(String str, String str2, AmazonCognitoIdentity amazonCognitoIdentity) {
|
|
super(str, str2, amazonCognitoIdentity);
|
|
}
|
|
|
|
@Override // com.amazonaws.auth.AWSAbstractCognitoIdentityProvider, com.amazonaws.auth.AWSIdentityProvider
|
|
public String refresh() {
|
|
setToken(null);
|
|
return super.refresh();
|
|
}
|
|
}
|