17 lines
447 B
Java
17 lines
447 B
Java
package com.facebook.login;
|
|
|
|
import android.content.Context;
|
|
import android.os.Bundle;
|
|
import com.facebook.internal.PlatformServiceClient;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class GetTokenClient extends PlatformServiceClient {
|
|
GetTokenClient(Context context, String str) {
|
|
super(context, 65536, 65537, 20121101, str);
|
|
}
|
|
|
|
@Override // com.facebook.internal.PlatformServiceClient
|
|
protected void a(Bundle bundle) {
|
|
}
|
|
}
|