apkfuckery/com.discord/smali/com/discord/stores/StoreAuthentication.smali
2019-07-10 23:18:28 +02:00

1624 lines
48 KiB
Smali

.class public Lcom/discord/stores/StoreAuthentication;
.super Lcom/discord/stores/Store;
.source "StoreAuthentication.java"
# static fields
.field private static final CACHE_KEY_EMAIL:Ljava/lang/String; = "STORE_AUTHED_EMAIL"
.field private static final CACHE_KEY_FINGERPRINT:Ljava/lang/String; = "STORE_AUTHED_FINGERPRINT"
.field private static final CACHE_KEY_TOKEN:Ljava/lang/String; = "STORE_AUTHED_TOKEN"
# instance fields
.field private final $lock:Ljava/lang/Object;
.field private email:Ljava/lang/String;
.field private fingerprint:Ljava/lang/String;
.field private final fingerprintSubject:Lrx/subjects/Subject;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/subjects/Subject<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field private isConsentRequired:Ljava/lang/Boolean;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field private isConsentRequiredSubscription:Lrx/Subscription;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field private token:Ljava/lang/String;
.field private final tokenSubject:Lrx/subjects/Subject;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/subjects/Subject<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field private final userInitiatedAuthEventSubject:Lrx/subjects/Subject;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/subjects/Subject<",
"Ljava/lang/Boolean;",
"Ljava/lang/Boolean;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.locals 2
invoke-direct {p0}, Lcom/discord/stores/Store;-><init>()V
const/4 v0, 0x0
new-array v0, v0, [Ljava/lang/Object;
iput-object v0, p0, Lcom/discord/stores/StoreAuthentication;->$lock:Ljava/lang/Object;
invoke-static {}, Lrx/subjects/PublishSubject;->Ll()Lrx/subjects/PublishSubject;
move-result-object v0
iput-object v0, p0, Lcom/discord/stores/StoreAuthentication;->userInitiatedAuthEventSubject:Lrx/subjects/Subject;
new-instance v0, Lrx/subjects/SerializedSubject;
invoke-static {}, Lrx/subjects/BehaviorSubject;->Lk()Lrx/subjects/BehaviorSubject;
move-result-object v1
invoke-direct {v0, v1}, Lrx/subjects/SerializedSubject;-><init>(Lrx/subjects/Subject;)V
iput-object v0, p0, Lcom/discord/stores/StoreAuthentication;->fingerprintSubject:Lrx/subjects/Subject;
new-instance v0, Lrx/subjects/SerializedSubject;
invoke-static {}, Lrx/subjects/BehaviorSubject;->Lk()Lrx/subjects/BehaviorSubject;
move-result-object v1
invoke-direct {v0, v1}, Lrx/subjects/SerializedSubject;-><init>(Lrx/subjects/Subject;)V
iput-object v0, p0, Lcom/discord/stores/StoreAuthentication;->tokenSubject:Lrx/subjects/Subject;
const/4 v0, 0x0
iput-object v0, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequired:Ljava/lang/Boolean;
iput-object v0, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequiredSubscription:Lrx/Subscription;
return-void
.end method
.method private static getDeviceEmail(Landroid/content/Context;)Ljava/lang/String;
.locals 6
.param p0 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const-string v0, "android.permission.GET_ACCOUNTS"
invoke-static {p0, v0}, Landroidx/core/app/ActivityCompat;->checkSelfPermission(Landroid/content/Context;Ljava/lang/String;)I
move-result v0
const/4 v1, 0x0
if-eqz v0, :cond_0
return-object v1
:cond_0
invoke-static {p0}, Landroid/accounts/AccountManager;->get(Landroid/content/Context;)Landroid/accounts/AccountManager;
move-result-object p0
invoke-virtual {p0}, Landroid/accounts/AccountManager;->getAccounts()[Landroid/accounts/Account;
move-result-object p0
array-length v0, p0
const/4 v2, 0x0
:goto_0
if-ge v2, v0, :cond_2
aget-object v3, p0, v2
sget-object v4, Landroid/util/Patterns;->EMAIL_ADDRESS:Ljava/util/regex/Pattern;
iget-object v5, v3, Landroid/accounts/Account;->name:Ljava/lang/String;
invoke-virtual {v4, v5}, Ljava/util/regex/Pattern;->matcher(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
move-result-object v4
invoke-virtual {v4}, Ljava/util/regex/Matcher;->matches()Z
move-result v4
if-eqz v4, :cond_1
iget-object p0, v3, Landroid/accounts/Account;->name:Ljava/lang/String;
return-object p0
:cond_1
add-int/lit8 v2, v2, 0x1
goto :goto_0
:cond_2
return-object v1
.end method
.method private getFingerprintSnapshotOrGenerate()Lrx/Observable;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
"Ljava/lang/String;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->fingerprintSubject:Lrx/subjects/Subject;
invoke-virtual {v0}, Lrx/subjects/Subject;->JI()Lrx/Observable;
move-result-object v0
sget-object v1, Lcom/discord/stores/-$$Lambda$StoreAuthentication$y02IFfA_EdTNNcXpep0g4AZZuco;->INSTANCE:Lcom/discord/stores/-$$Lambda$StoreAuthentication$y02IFfA_EdTNNcXpep0g4AZZuco;
invoke-virtual {v0, v1}, Lrx/Observable;->g(Lrx/functions/b;)Lrx/Observable;
move-result-object v0
new-instance v1, Lcom/discord/stores/-$$Lambda$StoreAuthentication$OPg4tR54_jJQ_C-cBvDtlXwXGgQ;
invoke-direct {v1, p0}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$OPg4tR54_jJQ_C-cBvDtlXwXGgQ;-><init>(Lcom/discord/stores/StoreAuthentication;)V
invoke-virtual {v0, v1}, Lrx/Observable;->a(Lrx/functions/Action1;)Lrx/Observable;
move-result-object v0
return-object v0
.end method
.method static synthetic lambda$getFingerprintSnapshotOrGenerate$19(Ljava/lang/String;)Lrx/Observable;
.locals 1
if-nez p0, :cond_0
invoke-static {}, Lcom/discord/utilities/rest/RestAPI;->getApi()Lcom/discord/utilities/rest/RestAPI;
move-result-object p0
new-instance v0, Lcom/discord/restapi/RestAPIParams$EmptyBody;
invoke-direct {v0}, Lcom/discord/restapi/RestAPIParams$EmptyBody;-><init>()V
invoke-virtual {p0, v0}, Lcom/discord/utilities/rest/RestAPI;->postAuthFingerprint(Lcom/discord/restapi/RestAPIParams$EmptyBody;)Lrx/Observable;
move-result-object p0
invoke-static {}, Lcom/discord/app/i;->dv()Lrx/Observable$c;
move-result-object v0
invoke-virtual {p0, v0}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object p0
sget-object v0, Lcom/discord/stores/-$$Lambda$dkMsSDGAzmpPyKlrZhzDhbOKcpA;->INSTANCE:Lcom/discord/stores/-$$Lambda$dkMsSDGAzmpPyKlrZhzDhbOKcpA;
invoke-virtual {p0, v0}, Lrx/Observable;->e(Lrx/functions/b;)Lrx/Observable;
move-result-object p0
return-object p0
:cond_0
invoke-static {p0}, Lrx/Observable;->bE(Ljava/lang/Object;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method static synthetic lambda$getPreLogoutSignal$3(Ljava/lang/Boolean;)Ljava/lang/Boolean;
.locals 0
invoke-virtual {p0}, Ljava/lang/Boolean;->booleanValue()Z
move-result p0
xor-int/lit8 p0, p0, 0x1
invoke-static {p0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object p0
return-object p0
.end method
.method static synthetic lambda$init$17(Ljava/lang/Long;)Ljava/lang/Boolean;
.locals 4
invoke-virtual {p0}, Ljava/lang/Long;->longValue()J
move-result-wide v0
const-wide/16 v2, 0x0
cmp-long p0, v0, v2
if-eqz p0, :cond_0
const/4 p0, 0x1
goto :goto_0
:cond_0
const/4 p0, 0x0
:goto_0
invoke-static {p0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object p0
return-object p0
.end method
.method static synthetic lambda$init$18(Landroid/content/Context;Landroid/util/Pair;)V
.locals 3
iget-object v0, p1, Landroid/util/Pair;->first:Ljava/lang/Object;
check-cast v0, Ljava/lang/Boolean;
invoke-virtual {v0}, Ljava/lang/Boolean;->booleanValue()Z
move-result v0
iget-object p1, p1, Landroid/util/Pair;->second:Ljava/lang/Object;
check-cast p1, Ljava/lang/Long;
invoke-virtual {p1}, Ljava/lang/Long;->longValue()J
move-result-wide v1
invoke-static {p0, v0, v1, v2}, Lcom/discord/utilities/auth/AuthUtils;->broadcastAuthChangedEvent(Landroid/content/Context;ZJ)V
return-void
.end method
.method static synthetic lambda$isAuthed$4(Ljava/lang/String;)Ljava/lang/Boolean;
.locals 0
if-eqz p0, :cond_0
const/4 p0, 0x1
goto :goto_0
:cond_0
const/4 p0, 0x0
:goto_0
invoke-static {p0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object p0
return-object p0
.end method
.method static synthetic lambda$login$5(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)Lrx/Observable;
.locals 1
invoke-static {}, Lcom/discord/utilities/rest/RestAPI;->getApi()Lcom/discord/utilities/rest/RestAPI;
move-result-object p4
new-instance v0, Lcom/discord/restapi/RestAPIParams$AuthLogin;
invoke-static {p3}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object p3
invoke-direct {v0, p0, p1, p2, p3}, Lcom/discord/restapi/RestAPIParams$AuthLogin;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)V
invoke-virtual {p4, v0}, Lcom/discord/utilities/rest/RestAPI;->postAuthLogin(Lcom/discord/restapi/RestAPIParams$AuthLogin;)Lrx/Observable;
move-result-object p0
invoke-static {}, Lcom/discord/app/i;->dv()Lrx/Observable$c;
move-result-object p1
invoke-virtual {p0, p1}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method static synthetic lambda$null$11(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLcom/discord/stores/StoreInviteSettings$InviteCode;)Lrx/Observable;
.locals 9
if-eqz p6, :cond_0
invoke-virtual {p6}, Lcom/discord/stores/StoreInviteSettings$InviteCode;->getInviteCode()Ljava/lang/String;
move-result-object p6
goto :goto_0
:cond_0
const/4 p6, 0x0
:goto_0
move-object v6, p6
invoke-static {v6}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result p6
if-eqz p6, :cond_1
invoke-static {}, Lcom/discord/stores/StoreStream;->getNux()Lcom/discord/stores/StoreNux;
move-result-object p6
const/4 v0, 0x1
invoke-virtual {p6, v0}, Lcom/discord/stores/StoreNux;->setPostRegisterJoin(Z)V
:cond_1
invoke-static {}, Lcom/discord/utilities/rest/RestAPI;->getApi()Lcom/discord/utilities/rest/RestAPI;
move-result-object p6
new-instance v8, Lcom/discord/restapi/RestAPIParams$AuthRegister;
move-object v0, v8
move-object v1, p0
move-object v2, p1
move-object v3, p2
move-object v4, p3
move-object v5, p4
move v7, p5
invoke-direct/range {v0 .. v7}, Lcom/discord/restapi/RestAPIParams$AuthRegister;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
invoke-virtual {p6, v8}, Lcom/discord/utilities/rest/RestAPI;->postAuthRegister(Lcom/discord/restapi/RestAPIParams$AuthRegister;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method static synthetic lambda$null$13(Lcom/discord/stores/StoreExperiments$ExperimentAndStaff;)Ljava/lang/Boolean;
.locals 1
const/4 v0, 0x1
invoke-virtual {p0, v0}, Lcom/discord/stores/StoreExperiments$ExperimentAndStaff;->isEnabled(I)Z
move-result p0
invoke-static {p0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object p0
return-object p0
.end method
.method static synthetic lambda$null$14(Lcom/discord/stores/StoreExperiments$ExperimentAndStaff;)V
.locals 2
invoke-static {}, Lcom/discord/stores/StoreStream;->getNotifications()Lcom/discord/stores/StoreNotifications;
move-result-object p0
const/4 v0, 0x1
const/4 v1, 0x0
invoke-virtual {p0, v0, v1}, Lcom/discord/stores/StoreNotifications;->setEnabledInApp(ZZ)V
return-void
.end method
.method static synthetic lambda$register$12(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)Lrx/Observable;
.locals 9
invoke-static {}, Lcom/discord/stores/StoreStream;->getInviteSettings()Lcom/discord/stores/StoreInviteSettings;
move-result-object v0
invoke-virtual {v0}, Lcom/discord/stores/StoreInviteSettings;->getInviteCode()Lrx/Observable;
move-result-object v0
const-wide/16 v1, 0x1f4
invoke-static {v1, v2}, Lcom/discord/app/i;->l(J)Lrx/Observable$c;
move-result-object v1
invoke-virtual {v0, v1}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object v0
new-instance v8, Lcom/discord/stores/-$$Lambda$StoreAuthentication$pVjOXeey2CNJarkM7bUKr0NSAN0;
move-object v1, v8
move-object v2, p5
move-object v3, p0
move-object v4, p1
move-object v5, p2
move-object v6, p3
move v7, p4
invoke-direct/range {v1 .. v7}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$pVjOXeey2CNJarkM7bUKr0NSAN0;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
invoke-virtual {v0, v8}, Lrx/Observable;->c(Lrx/functions/b;)Lrx/Observable;
move-result-object p0
return-object p0
.end method
.method static synthetic lambda$register$16(Lcom/discord/models/domain/ModelUser$Token;)Ljava/lang/Void;
.locals 0
const/4 p0, 0x0
return-object p0
.end method
.method private setEmail(Ljava/lang/String;)V
.locals 2
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
iput-object p1, p0, Lcom/discord/stores/StoreAuthentication;->email:Ljava/lang/String;
const/4 v0, 0x0
invoke-static {v0, p1, v0}, Lcom/discord/app/AppLog;->a(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;)V
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->prefsSessionDurable:Landroid/content/SharedPreferences;
invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
move-result-object v0
const-string v1, "STORE_AUTHED_EMAIL"
invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putString(Ljava/lang/String;Ljava/lang/String;)Landroid/content/SharedPreferences$Editor;
move-result-object p1
invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
return-void
.end method
# virtual methods
.method public authMFA(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
.locals 2
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Lcom/discord/models/domain/ModelUser$Token;",
">;"
}
.end annotation
invoke-static {}, Lcom/discord/utilities/rest/RestAPI;->getApi()Lcom/discord/utilities/rest/RestAPI;
move-result-object v0
new-instance v1, Lcom/discord/restapi/RestAPIParams$MFALogin;
invoke-direct {v1, p2, p1}, Lcom/discord/restapi/RestAPIParams$MFALogin;-><init>(Ljava/lang/String;Ljava/lang/String;)V
invoke-virtual {v0, v1}, Lcom/discord/utilities/rest/RestAPI;->postMFACode(Lcom/discord/restapi/RestAPIParams$MFALogin;)Lrx/Observable;
move-result-object p1
invoke-static {}, Lcom/discord/app/i;->dv()Lrx/Observable$c;
move-result-object p2
invoke-virtual {p1, p2}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object p1
new-instance p2, Lcom/discord/stores/-$$Lambda$StoreAuthentication$uGwociWTi9N6lvy7AWn0qqnLqHA;
invoke-direct {p2, p0}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$uGwociWTi9N6lvy7AWn0qqnLqHA;-><init>(Lcom/discord/stores/StoreAuthentication;)V
invoke-virtual {p1, p2}, Lrx/Observable;->a(Lrx/functions/Action1;)Lrx/Observable;
move-result-object p1
return-object p1
.end method
.method public forgotPassword(Ljava/lang/String;)Lrx/Observable;
.locals 2
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Ljava/lang/Void;",
">;"
}
.end annotation
invoke-static {}, Lcom/discord/utilities/rest/RestAPI;->getApi()Lcom/discord/utilities/rest/RestAPI;
move-result-object v0
new-instance v1, Lcom/discord/restapi/RestAPIParams$ForgotPassword;
invoke-direct {v1, p1}, Lcom/discord/restapi/RestAPIParams$ForgotPassword;-><init>(Ljava/lang/String;)V
invoke-virtual {v0, v1}, Lcom/discord/utilities/rest/RestAPI;->forgotPassword(Lcom/discord/restapi/RestAPIParams$ForgotPassword;)Lrx/Observable;
move-result-object p1
invoke-static {}, Lcom/discord/app/i;->dv()Lrx/Observable$c;
move-result-object v0
invoke-virtual {p1, v0}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object p1
return-object p1
.end method
.method public getAuthedToken()Lrx/Observable;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
"Ljava/lang/String;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->tokenSubject:Lrx/subjects/Subject;
invoke-virtual {v0}, Lrx/subjects/Subject;->JD()Lrx/Observable;
move-result-object v0
return-object v0
.end method
.method public getAuthedTokenBlocking()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->token:Ljava/lang/String;
return-object v0
.end method
.method public getEmail()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->email:Ljava/lang/String;
return-object v0
.end method
.method public getFingerprint()Lrx/Observable;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
"Ljava/lang/String;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->fingerprintSubject:Lrx/subjects/Subject;
invoke-virtual {v0}, Lrx/subjects/Subject;->JD()Lrx/Observable;
move-result-object v0
return-object v0
.end method
.method public getFingerprintBlocking()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->fingerprint:Ljava/lang/String;
return-object v0
.end method
.method public getPreLogoutSignal()Lrx/Observable;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
"Ljava/lang/Boolean;",
">;"
}
.end annotation
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->userInitiatedAuthEventSubject:Lrx/subjects/Subject;
sget-object v1, Lcom/discord/stores/-$$Lambda$StoreAuthentication$376x6rdUgMdORqS6PGQkJu-1mXg;->INSTANCE:Lcom/discord/stores/-$$Lambda$StoreAuthentication$376x6rdUgMdORqS6PGQkJu-1mXg;
invoke-virtual {v0, v1}, Lrx/subjects/Subject;->b(Lrx/functions/b;)Lrx/Observable;
move-result-object v0
return-object v0
.end method
.method handleAuthToken(Ljava/lang/String;)V
.locals 2
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
iput-object p1, p0, Lcom/discord/stores/StoreAuthentication;->token:Ljava/lang/String;
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
move-result-object v0
const-string v1, "STORE_AUTHED_TOKEN"
invoke-interface {v0, v1, p1}, Landroid/content/SharedPreferences$Editor;->putString(Ljava/lang/String;Ljava/lang/String;)Landroid/content/SharedPreferences$Editor;
move-result-object v0
invoke-interface {v0}, Landroid/content/SharedPreferences$Editor;->apply()V
if-nez p1, :cond_0
invoke-static {}, Lcom/discord/utilities/persister/Persister;->reset()V
invoke-static {}, Lcom/discord/stores/StoreStream;->getUserSettings()Lcom/discord/stores/StoreUserSettings;
move-result-object p1
invoke-virtual {p1}, Lcom/discord/stores/StoreUserSettings;->reset()V
iget-object p1, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
invoke-interface {p1}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
move-result-object p1
invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->clear()Landroid/content/SharedPreferences$Editor;
move-result-object p1
invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
:cond_0
return-void
.end method
.method handlePreLogout()V
.locals 2
.annotation runtime Lcom/discord/stores/StoreThread;
.end annotation
const/4 v0, 0x0
iput-object v0, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequired:Ljava/lang/Boolean;
iget-object v1, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequiredSubscription:Lrx/Subscription;
if-eqz v1, :cond_0
invoke-interface {v1}, Lrx/Subscription;->unsubscribe()V
iput-object v0, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequiredSubscription:Lrx/Subscription;
:cond_0
return-void
.end method
.method public init(Landroid/content/Context;)V
.locals 4
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->$lock:Ljava/lang/Object;
monitor-enter v0
:try_start_0
invoke-super {p0, p1}, Lcom/discord/stores/Store;->init(Landroid/content/Context;)V
iget-object v1, p0, Lcom/discord/stores/StoreAuthentication;->prefsSessionDurable:Landroid/content/SharedPreferences;
const-string v2, "STORE_AUTHED_FINGERPRINT"
const/4 v3, 0x0
invoke-interface {v1, v2, v3}, Landroid/content/SharedPreferences;->getString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
move-result-object v1
if-eqz v1, :cond_0
const/4 v2, 0x0
invoke-virtual {p0, v1, v2}, Lcom/discord/stores/StoreAuthentication;->setFingerprint(Ljava/lang/String;Z)V
:cond_0
iget-object v1, p0, Lcom/discord/stores/StoreAuthentication;->prefs:Landroid/content/SharedPreferences;
const-string v2, "STORE_AUTHED_TOKEN"
invoke-interface {v1, v2, v3}, Landroid/content/SharedPreferences;->getString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
move-result-object v1
invoke-virtual {p0, v1}, Lcom/discord/stores/StoreAuthentication;->setAuthed(Ljava/lang/String;)V
iget-object v1, p0, Lcom/discord/stores/StoreAuthentication;->prefsSessionDurable:Landroid/content/SharedPreferences;
const-string v2, "STORE_AUTHED_EMAIL"
invoke-static {p1}, Lcom/discord/stores/StoreAuthentication;->getDeviceEmail(Landroid/content/Context;)Ljava/lang/String;
move-result-object v3
invoke-interface {v1, v2, v3}, Landroid/content/SharedPreferences;->getString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
move-result-object v1
invoke-direct {p0, v1}, Lcom/discord/stores/StoreAuthentication;->setEmail(Ljava/lang/String;)V
iget-object v1, p0, Lcom/discord/stores/StoreAuthentication;->userInitiatedAuthEventSubject:Lrx/subjects/Subject;
invoke-virtual {v1}, Lrx/subjects/Subject;->JD()Lrx/Observable;
move-result-object v1
invoke-static {}, Lcom/discord/stores/StoreStream;->getUsers()Lcom/discord/stores/StoreUser;
move-result-object v2
invoke-virtual {v2}, Lcom/discord/stores/StoreUser;->getMeId()Lrx/Observable;
move-result-object v2
sget-object v3, Lcom/discord/stores/-$$Lambda$StoreAuthentication$WEABfrmfR6sFY6qX_baolobeDcw;->INSTANCE:Lcom/discord/stores/-$$Lambda$StoreAuthentication$WEABfrmfR6sFY6qX_baolobeDcw;
invoke-virtual {v2, v3}, Lrx/Observable;->b(Lrx/functions/b;)Lrx/Observable;
move-result-object v2
sget-object v3, Lcom/discord/stores/-$$Lambda$gH5mRH-h4yMbVNONRWRHCqNhvBk;->INSTANCE:Lcom/discord/stores/-$$Lambda$gH5mRH-h4yMbVNONRWRHCqNhvBk;
invoke-static {v1, v2, v3}, Lrx/Observable;->a(Lrx/Observable;Lrx/Observable;Lrx/functions/Func2;)Lrx/Observable;
move-result-object v1
invoke-static {}, Lcom/discord/app/i;->dx()Lrx/Observable$c;
move-result-object v2
invoke-virtual {v1, v2}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object v1
invoke-static {}, Lcom/discord/app/i;->dt()Lrx/Observable$c;
move-result-object v2
invoke-virtual {v1, v2}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object v1
new-instance v2, Lcom/discord/stores/-$$Lambda$StoreAuthentication$wBnS4x6AZTDsdROhfILZz4Oz-N8;
invoke-direct {v2, p1}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$wBnS4x6AZTDsdROhfILZz4Oz-N8;-><init>(Landroid/content/Context;)V
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object p1
invoke-static {v2, p1}, Lcom/discord/app/i;->a(Lrx/functions/Action1;Ljava/lang/Class;)Lrx/Observable$c;
move-result-object p1
invoke-virtual {v1, p1}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
monitor-exit v0
return-void
:catchall_0
move-exception p1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public isAuthed()Lrx/Observable;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
"Ljava/lang/Boolean;",
">;"
}
.end annotation
invoke-virtual {p0}, Lcom/discord/stores/StoreAuthentication;->getAuthedToken()Lrx/Observable;
move-result-object v0
sget-object v1, Lcom/discord/stores/-$$Lambda$StoreAuthentication$LyASUaHR-GOR6r7EqCJVkLrXPeM;->INSTANCE:Lcom/discord/stores/-$$Lambda$StoreAuthentication$LyASUaHR-GOR6r7EqCJVkLrXPeM;
invoke-virtual {v0, v1}, Lrx/Observable;->e(Lrx/functions/b;)Lrx/Observable;
move-result-object v0
return-object v0
.end method
.method public isConsentRequiredBlocking()Z
.locals 2
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->$lock:Ljava/lang/Object;
monitor-enter v0
:try_start_0
iget-object v1, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequired:Ljava/lang/Boolean;
if-eqz v1, :cond_0
iget-object v1, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequired:Ljava/lang/Boolean;
invoke-virtual {v1}, Ljava/lang/Boolean;->booleanValue()Z
move-result v1
goto :goto_0
:cond_0
const/4 v1, 0x1
:goto_0
monitor-exit v0
return v1
:catchall_0
move-exception v1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public synthetic lambda$authMFA$7$StoreAuthentication(Lcom/discord/models/domain/ModelUser$Token;)V
.locals 2
const/4 v0, 0x1
const/4 v1, 0x0
invoke-virtual {p0, v1, v0}, Lcom/discord/stores/StoreAuthentication;->setFingerprint(Ljava/lang/String;Z)V
invoke-virtual {p1}, Lcom/discord/models/domain/ModelUser$Token;->getToken()Ljava/lang/String;
move-result-object p1
invoke-virtual {p0, p1}, Lcom/discord/stores/StoreAuthentication;->setAuthed(Ljava/lang/String;)V
iget-object p1, p0, Lcom/discord/stores/StoreAuthentication;->userInitiatedAuthEventSubject:Lrx/subjects/Subject;
sget-object v1, Ljava/lang/Boolean;->TRUE:Ljava/lang/Boolean;
invoke-virtual {p1, v1}, Lrx/subjects/Subject;->onNext(Ljava/lang/Object;)V
invoke-static {}, Lcom/discord/stores/StoreStream;->getNux()Lcom/discord/stores/StoreNux;
move-result-object p1
invoke-virtual {p1, v0}, Lcom/discord/stores/StoreNux;->setFirstOpen(Z)V
return-void
.end method
.method public synthetic lambda$getFingerprintSnapshotOrGenerate$20$StoreAuthentication(Ljava/lang/String;)V
.locals 1
const/4 v0, 0x0
invoke-virtual {p0, p1, v0}, Lcom/discord/stores/StoreAuthentication;->setFingerprint(Ljava/lang/String;Z)V
return-void
.end method
.method public synthetic lambda$login$6$StoreAuthentication(Lcom/discord/models/domain/ModelUser$Token;)V
.locals 2
invoke-virtual {p1}, Lcom/discord/models/domain/ModelUser$Token;->isMfa()Z
move-result v0
if-nez v0, :cond_0
const/4 v0, 0x0
const/4 v1, 0x1
invoke-virtual {p0, v0, v1}, Lcom/discord/stores/StoreAuthentication;->setFingerprint(Ljava/lang/String;Z)V
invoke-virtual {p1}, Lcom/discord/models/domain/ModelUser$Token;->getToken()Ljava/lang/String;
move-result-object p1
invoke-virtual {p0, p1}, Lcom/discord/stores/StoreAuthentication;->setAuthed(Ljava/lang/String;)V
iget-object p1, p0, Lcom/discord/stores/StoreAuthentication;->userInitiatedAuthEventSubject:Lrx/subjects/Subject;
sget-object v0, Ljava/lang/Boolean;->TRUE:Ljava/lang/Boolean;
invoke-virtual {p1, v0}, Lrx/subjects/Subject;->onNext(Ljava/lang/Object;)V
invoke-static {}, Lcom/discord/stores/StoreStream;->getNux()Lcom/discord/stores/StoreNux;
move-result-object p1
invoke-virtual {p1, v1}, Lcom/discord/stores/StoreNux;->setFirstOpen(Z)V
:cond_0
return-void
.end method
.method public synthetic lambda$logout$10$StoreAuthentication(Lcom/discord/utilities/error/Error;)V
.locals 0
const/4 p1, 0x0
invoke-virtual {p0, p1}, Lcom/discord/stores/StoreAuthentication;->setAuthed(Ljava/lang/String;)V
return-void
.end method
.method public synthetic lambda$logout$8$StoreAuthentication(Ljava/lang/Void;)Lrx/Observable;
.locals 0
invoke-direct {p0}, Lcom/discord/stores/StoreAuthentication;->getFingerprintSnapshotOrGenerate()Lrx/Observable;
move-result-object p1
return-object p1
.end method
.method public synthetic lambda$logout$9$StoreAuthentication(Ljava/lang/String;)V
.locals 0
const/4 p1, 0x0
invoke-virtual {p0, p1}, Lcom/discord/stores/StoreAuthentication;->setAuthed(Ljava/lang/String;)V
return-void
.end method
.method public synthetic lambda$register$15$StoreAuthentication(Lcom/discord/models/domain/ModelUser$Token;)V
.locals 3
const/4 v0, 0x1
const/4 v1, 0x0
invoke-virtual {p0, v1, v0}, Lcom/discord/stores/StoreAuthentication;->setFingerprint(Ljava/lang/String;Z)V
invoke-virtual {p1}, Lcom/discord/models/domain/ModelUser$Token;->getToken()Ljava/lang/String;
move-result-object p1
invoke-virtual {p0, p1}, Lcom/discord/stores/StoreAuthentication;->setAuthed(Ljava/lang/String;)V
invoke-static {}, Lcom/discord/stores/StoreStream;->getExperiments()Lcom/discord/stores/StoreExperiments;
move-result-object p1
const-string v1, "2018-11_android_inapp_v2"
invoke-virtual {p1, v1}, Lcom/discord/stores/StoreExperiments;->getExperimentAndStaff(Ljava/lang/String;)Lrx/Observable;
move-result-object p1
invoke-static {}, Lcom/discord/app/i;->dy()Lrx/Observable$c;
move-result-object v2
invoke-virtual {p1, v2}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object p1
sget-object v2, Lcom/discord/stores/-$$Lambda$StoreAuthentication$jd55Q1BTdDyYIqjAbuseI7tkqi0;->INSTANCE:Lcom/discord/stores/-$$Lambda$StoreAuthentication$jd55Q1BTdDyYIqjAbuseI7tkqi0;
invoke-virtual {p1, v2}, Lrx/Observable;->b(Lrx/functions/b;)Lrx/Observable;
move-result-object p1
invoke-static {}, Lcom/discord/app/i;->dw()Lrx/Observable$c;
move-result-object v2
invoke-virtual {p1, v2}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object p1
sget-object v2, Lcom/discord/stores/-$$Lambda$StoreAuthentication$EjMRux4t5HMPDO3m9aeWaPt-4M8;->INSTANCE:Lcom/discord/stores/-$$Lambda$StoreAuthentication$EjMRux4t5HMPDO3m9aeWaPt-4M8;
invoke-static {v2, v1}, Lcom/discord/app/i;->a(Lrx/functions/Action1;Ljava/lang/String;)Lrx/Observable$c;
move-result-object v1
invoke-virtual {p1, v1}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
invoke-static {}, Lcom/discord/stores/StoreStream;->getNux()Lcom/discord/stores/StoreNux;
move-result-object p1
invoke-virtual {p1, v0}, Lcom/discord/stores/StoreNux;->setFirstOpen(Z)V
return-void
.end method
.method public synthetic lambda$requestConsentRequired$0$StoreAuthentication(Lcom/discord/models/domain/ConsentRequired;)V
.locals 0
invoke-virtual {p1}, Lcom/discord/models/domain/ConsentRequired;->getRequired()Z
move-result p1
invoke-static {p1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object p1
iput-object p1, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequired:Ljava/lang/Boolean;
return-void
.end method
.method public synthetic lambda$requestConsentRequired$1$StoreAuthentication(Lcom/discord/utilities/error/Error;)V
.locals 0
sget-object p1, Ljava/lang/Boolean;->TRUE:Ljava/lang/Boolean;
iput-object p1, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequired:Ljava/lang/Boolean;
return-void
.end method
.method public synthetic lambda$requestConsentRequired$2$StoreAuthentication(Lrx/Subscription;)V
.locals 0
iput-object p1, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequiredSubscription:Lrx/Subscription;
return-void
.end method
.method public login(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lrx/Observable;
.locals 2
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Z)",
"Lrx/Observable<",
"Lcom/discord/models/domain/ModelUser$Token;",
">;"
}
.end annotation
invoke-direct {p0, p1}, Lcom/discord/stores/StoreAuthentication;->setEmail(Ljava/lang/String;)V
invoke-direct {p0}, Lcom/discord/stores/StoreAuthentication;->getFingerprintSnapshotOrGenerate()Lrx/Observable;
move-result-object v0
new-instance v1, Lcom/discord/stores/-$$Lambda$StoreAuthentication$aKFq3FmM2sajwa2n14LIY0P7Wdg;
invoke-direct {v1, p1, p2, p3, p4}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$aKFq3FmM2sajwa2n14LIY0P7Wdg;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
invoke-virtual {v0, v1}, Lrx/Observable;->c(Lrx/functions/b;)Lrx/Observable;
move-result-object p1
new-instance p2, Lcom/discord/stores/-$$Lambda$StoreAuthentication$mclBooWUkLd1ef4z2hSv7XFcUd4;
invoke-direct {p2, p0}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$mclBooWUkLd1ef4z2hSv7XFcUd4;-><init>(Lcom/discord/stores/StoreAuthentication;)V
invoke-virtual {p1, p2}, Lrx/Observable;->a(Lrx/functions/Action1;)Lrx/Observable;
move-result-object p1
return-object p1
.end method
.method public logout()V
.locals 4
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->userInitiatedAuthEventSubject:Lrx/subjects/Subject;
sget-object v1, Ljava/lang/Boolean;->FALSE:Ljava/lang/Boolean;
invoke-virtual {v0, v1}, Lrx/subjects/Subject;->onNext(Ljava/lang/Object;)V
invoke-static {}, Lcom/discord/utilities/rest/RestAPI;->getApi()Lcom/discord/utilities/rest/RestAPI;
move-result-object v0
new-instance v1, Lcom/discord/restapi/RestAPIParams$UserDevices;
invoke-static {}, Lcom/discord/stores/StoreStream;->getNotifications()Lcom/discord/stores/StoreNotifications;
move-result-object v2
invoke-virtual {v2}, Lcom/discord/stores/StoreNotifications;->getPushToken()Ljava/lang/String;
move-result-object v2
invoke-direct {v1, v2}, Lcom/discord/restapi/RestAPIParams$UserDevices;-><init>(Ljava/lang/String;)V
invoke-virtual {v0, v1}, Lcom/discord/utilities/rest/RestAPI;->logout(Lcom/discord/restapi/RestAPIParams$UserDevices;)Lrx/Observable;
move-result-object v0
invoke-static {}, Lcom/discord/app/i;->dv()Lrx/Observable$c;
move-result-object v1
invoke-virtual {v0, v1}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object v0
new-instance v1, Lcom/discord/stores/-$$Lambda$StoreAuthentication$0IoYCWbisHxuCJ0NoK_zg9M5jIk;
invoke-direct {v1, p0}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$0IoYCWbisHxuCJ0NoK_zg9M5jIk;-><init>(Lcom/discord/stores/StoreAuthentication;)V
invoke-virtual {v0, v1}, Lrx/Observable;->c(Lrx/functions/b;)Lrx/Observable;
move-result-object v0
const-wide/16 v1, 0x1388
invoke-static {v1, v2}, Lcom/discord/app/i;->l(J)Lrx/Observable$c;
move-result-object v1
invoke-virtual {v0, v1}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object v0
new-instance v1, Lcom/discord/stores/-$$Lambda$StoreAuthentication$ojOQRw3oZUyRQMeepZXJNhMjGjI;
invoke-direct {v1, p0}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$ojOQRw3oZUyRQMeepZXJNhMjGjI;-><init>(Lcom/discord/stores/StoreAuthentication;)V
new-instance v2, Lcom/discord/stores/-$$Lambda$StoreAuthentication$4K7KOX9lQUYGkp0nMX7-gQwvaFo;
invoke-direct {v2, p0}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$4K7KOX9lQUYGkp0nMX7-gQwvaFo;-><init>(Lcom/discord/stores/StoreAuthentication;)V
const-string v3, "logout"
invoke-static {v1, v3, v2}, Lcom/discord/app/i;->a(Lrx/functions/Action1;Ljava/lang/String;Lrx/functions/Action1;)Lrx/Observable$c;
move-result-object v1
invoke-virtual {v0, v1}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
return-void
.end method
.method public register(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lrx/Observable;
.locals 8
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p4 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Ljava/lang/String;",
"Z)",
"Lrx/Observable<",
"Ljava/lang/Void;",
">;"
}
.end annotation
invoke-direct {p0, p2}, Lcom/discord/stores/StoreAuthentication;->setEmail(Ljava/lang/String;)V
invoke-direct {p0}, Lcom/discord/stores/StoreAuthentication;->getFingerprintSnapshotOrGenerate()Lrx/Observable;
move-result-object v0
new-instance v7, Lcom/discord/stores/-$$Lambda$StoreAuthentication$tjGEZ58gTj7ixz3hQRbnzZwBHH0;
move-object v1, v7
move-object v2, p1
move-object v3, p2
move-object v4, p3
move-object v5, p4
move v6, p5
invoke-direct/range {v1 .. v6}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$tjGEZ58gTj7ixz3hQRbnzZwBHH0;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
invoke-virtual {v0, v7}, Lrx/Observable;->c(Lrx/functions/b;)Lrx/Observable;
move-result-object p1
invoke-static {}, Lcom/discord/app/i;->dy()Lrx/Observable$c;
move-result-object p2
invoke-virtual {p1, p2}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object p1
invoke-static {}, Lcom/discord/app/i;->dv()Lrx/Observable$c;
move-result-object p2
invoke-virtual {p1, p2}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object p1
new-instance p2, Lcom/discord/stores/-$$Lambda$StoreAuthentication$fNfH7BFAP_SdPtu7NGYqVWwKDK0;
invoke-direct {p2, p0}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$fNfH7BFAP_SdPtu7NGYqVWwKDK0;-><init>(Lcom/discord/stores/StoreAuthentication;)V
invoke-virtual {p1, p2}, Lrx/Observable;->a(Lrx/functions/Action1;)Lrx/Observable;
move-result-object p1
sget-object p2, Lcom/discord/stores/-$$Lambda$StoreAuthentication$L32OWNRxyOSR1nCYAzMgVOY0Irc;->INSTANCE:Lcom/discord/stores/-$$Lambda$StoreAuthentication$L32OWNRxyOSR1nCYAzMgVOY0Irc;
invoke-virtual {p1, p2}, Lrx/Observable;->e(Lrx/functions/b;)Lrx/Observable;
move-result-object p1
return-object p1
.end method
.method public requestConsentRequired()V
.locals 6
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->$lock:Ljava/lang/Object;
monitor-enter v0
:try_start_0
iget-object v1, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequired:Ljava/lang/Boolean;
if-eqz v1, :cond_0
monitor-exit v0
return-void
:cond_0
iget-object v1, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequiredSubscription:Lrx/Subscription;
if-eqz v1, :cond_1
iget-object v1, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequiredSubscription:Lrx/Subscription;
invoke-interface {v1}, Lrx/Subscription;->unsubscribe()V
const/4 v1, 0x0
iput-object v1, p0, Lcom/discord/stores/StoreAuthentication;->isConsentRequiredSubscription:Lrx/Subscription;
:cond_1
invoke-static {}, Lcom/discord/utilities/rest/RestAPI;->getApi()Lcom/discord/utilities/rest/RestAPI;
move-result-object v1
invoke-virtual {v1}, Lcom/discord/utilities/rest/RestAPI;->getConsentRequired()Lrx/Observable;
move-result-object v1
invoke-static {}, Lcom/discord/app/i;->dv()Lrx/Observable$c;
move-result-object v2
invoke-virtual {v1, v2}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object v1
new-instance v2, Lcom/discord/stores/-$$Lambda$StoreAuthentication$Vt9uU5-kumrUhXei3YTVm0dkZMY;
invoke-direct {v2, p0}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$Vt9uU5-kumrUhXei3YTVm0dkZMY;-><init>(Lcom/discord/stores/StoreAuthentication;)V
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v3
new-instance v4, Lcom/discord/stores/-$$Lambda$StoreAuthentication$SZbnHotBUHYZM0VnaCQslj9UkvY;
invoke-direct {v4, p0}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$SZbnHotBUHYZM0VnaCQslj9UkvY;-><init>(Lcom/discord/stores/StoreAuthentication;)V
new-instance v5, Lcom/discord/stores/-$$Lambda$StoreAuthentication$zQIiJKb0m9C42gOE-I9SSEZ8Cd4;
invoke-direct {v5, p0}, Lcom/discord/stores/-$$Lambda$StoreAuthentication$zQIiJKb0m9C42gOE-I9SSEZ8Cd4;-><init>(Lcom/discord/stores/StoreAuthentication;)V
invoke-static {v2, v3, v4, v5}, Lcom/discord/app/i;->a(Lrx/functions/Action1;Ljava/lang/Class;Lrx/functions/Action1;Lrx/functions/Action1;)Lrx/Observable$c;
move-result-object v2
invoke-virtual {v1, v2}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
monitor-exit v0
return-void
:catchall_0
move-exception v1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public setAuthed(Ljava/lang/String;)V
.locals 1
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->tokenSubject:Lrx/subjects/Subject;
invoke-virtual {v0, p1}, Lrx/subjects/Subject;->onNext(Ljava/lang/Object;)V
return-void
.end method
.method public setFingerprint(Ljava/lang/String;Z)V
.locals 2
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
iget-object v0, p0, Lcom/discord/stores/StoreAuthentication;->$lock:Ljava/lang/Object;
monitor-enter v0
if-nez p2, :cond_0
:try_start_0
iget-object p2, p0, Lcom/discord/stores/StoreAuthentication;->fingerprint:Ljava/lang/String;
if-nez p2, :cond_1
:cond_0
iget-object p2, p0, Lcom/discord/stores/StoreAuthentication;->prefsSessionDurable:Landroid/content/SharedPreferences;
invoke-interface {p2}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
move-result-object p2
const-string v1, "STORE_AUTHED_FINGERPRINT"
invoke-interface {p2, v1, p1}, Landroid/content/SharedPreferences$Editor;->putString(Ljava/lang/String;Ljava/lang/String;)Landroid/content/SharedPreferences$Editor;
move-result-object p2
invoke-interface {p2}, Landroid/content/SharedPreferences$Editor;->apply()V
iput-object p1, p0, Lcom/discord/stores/StoreAuthentication;->fingerprint:Ljava/lang/String;
iget-object p2, p0, Lcom/discord/stores/StoreAuthentication;->fingerprintSubject:Lrx/subjects/Subject;
invoke-virtual {p2, p1}, Lrx/subjects/Subject;->onNext(Ljava/lang/Object;)V
const-string p2, "fingerprint"
invoke-static {p2, p1}, Lcom/crashlytics/android/a;->setString(Ljava/lang/String;Ljava/lang/String;)V
:cond_1
iget-object p2, p0, Lcom/discord/stores/StoreAuthentication;->fingerprint:Ljava/lang/String;
if-eqz p2, :cond_2
iget-object p2, p0, Lcom/discord/stores/StoreAuthentication;->fingerprint:Ljava/lang/String;
invoke-virtual {p2, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p2
if-nez p2, :cond_2
if-eqz p1, :cond_2
iget-object p2, p0, Lcom/discord/stores/StoreAuthentication;->fingerprint:Ljava/lang/String;
invoke-static {p2, p1}, Lcom/discord/utilities/analytics/AnalyticsTracker;->externalFingerprintDropped(Ljava/lang/String;Ljava/lang/String;)V
:cond_2
monitor-exit v0
return-void
:catchall_0
move-exception p1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public startHandOffProcess(Ljava/lang/String;)Lrx/Observable;
.locals 2
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Lrx/Observable<",
"Ljava/lang/String;",
">;"
}
.end annotation
invoke-static {}, Lcom/discord/utilities/rest/RestAPI;->getApi()Lcom/discord/utilities/rest/RestAPI;
move-result-object v0
const-string v1, "key"
invoke-static {v1, p1}, Ljava/util/Collections;->singletonMap(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
move-result-object p1
invoke-virtual {v0, p1}, Lcom/discord/utilities/rest/RestAPI;->postAuthHandoff(Ljava/util/Map;)Lrx/Observable;
move-result-object p1
invoke-static {}, Lcom/discord/app/i;->dv()Lrx/Observable$c;
move-result-object v0
invoke-virtual {p1, v0}, Lrx/Observable;->a(Lrx/Observable$c;)Lrx/Observable;
move-result-object p1
sget-object v0, Lcom/discord/stores/-$$Lambda$vzsq_LYxstdlJoA-uy-tciGp2Go;->INSTANCE:Lcom/discord/stores/-$$Lambda$vzsq_LYxstdlJoA-uy-tciGp2Go;
invoke-virtual {p1, v0}, Lrx/Observable;->e(Lrx/functions/b;)Lrx/Observable;
move-result-object p1
return-object p1
.end method