This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,210 @@
.class public final Lcom/amplifyframework/auth/result/AuthResetPasswordResult;
.super Ljava/lang/Object;
.source "AuthResetPasswordResult.java"
# instance fields
.field private final isPasswordReset:Z
.field private final nextStep:Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
# direct methods
.method public constructor <init>(ZLcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;)V
.locals 0
.param p2 # Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-boolean p1, p0, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->isPasswordReset:Z
.line 3
invoke-static {p2}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
iput-object p2, p0, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->nextStep:Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
const-class v2, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v3
if-eq v2, v3, :cond_1
goto :goto_1
.line 2
:cond_1
check-cast p1, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->isPasswordReset()Z
move-result v2
invoke-static {v2}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->isPasswordReset()Z
move-result v3
invoke-static {v3}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
move-result-object p1
invoke-static {v2, p1}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->nextStep:Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
return-object v0
.end method
.method public hashCode()I
.locals 3
const/4 v0, 0x2
new-array v0, v0, [Ljava/lang/Object;
.line 1
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->isPasswordReset()Z
move-result v1
invoke-static {v1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
.line 3
invoke-static {v0}, Lr1/h;->b([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public isPasswordReset()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->isPasswordReset:Z
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "AuthResetPasswordResult{isPasswordReset="
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->isPasswordReset()Z
move-result v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Z)Ljava/lang/StringBuilder;
const-string v1, ", nextStep="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthResetPasswordResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const/16 v1, 0x7d
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,115 @@
.class public final enum Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
.super Ljava/lang/Enum;
.source "AuthSessionResult.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/amplifyframework/auth/result/AuthSessionResult;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "Type"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/amplifyframework/auth/result/AuthSessionResult$Type;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
.field public static final enum FAILURE:Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
.field public static final enum SUCCESS:Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
# direct methods
.method public static constructor <clinit>()V
.locals 5
.line 1
new-instance v0, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
const-string v1, "SUCCESS"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;->SUCCESS:Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
.line 2
new-instance v1, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
const-string v3, "FAILURE"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;->FAILURE:Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
const/4 v3, 0x2
new-array v3, v3, [Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
aput-object v0, v3, v2
aput-object v1, v3, v4
.line 3
sput-object v3, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;->$VALUES:[Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
.locals 1
.line 1
const-class v0, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
return-object p0
.end method
.method public static values()[Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
.locals 1
.line 1
sget-object v0, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;->$VALUES:[Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
invoke-virtual {v0}, [Lcom/amplifyframework/auth/result/AuthSessionResult$Type;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
return-object v0
.end method
@@ -0,0 +1,328 @@
.class public final Lcom/amplifyframework/auth/result/AuthSessionResult;
.super Ljava/lang/Object;
.source "AuthSessionResult.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# instance fields
.field private final error:Lcom/amplifyframework/auth/AuthException;
.field private final type:Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
.field private final value:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TT;"
}
.end annotation
.end field
# direct methods
.method private constructor <init>(Ljava/lang/Object;Lcom/amplifyframework/auth/AuthException;Lcom/amplifyframework/auth/result/AuthSessionResult$Type;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;",
"Lcom/amplifyframework/auth/AuthException;",
"Lcom/amplifyframework/auth/result/AuthSessionResult$Type;",
")V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/amplifyframework/auth/result/AuthSessionResult;->value:Ljava/lang/Object;
.line 3
iput-object p2, p0, Lcom/amplifyframework/auth/result/AuthSessionResult;->error:Lcom/amplifyframework/auth/AuthException;
.line 4
iput-object p3, p0, Lcom/amplifyframework/auth/result/AuthSessionResult;->type:Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
return-void
.end method
.method public static failure(Lcom/amplifyframework/auth/AuthException;)Lcom/amplifyframework/auth/result/AuthSessionResult;
.locals 3
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lcom/amplifyframework/auth/AuthException;",
")",
"Lcom/amplifyframework/auth/result/AuthSessionResult<",
"TT;>;"
}
.end annotation
.line 1
new-instance v0, Lcom/amplifyframework/auth/result/AuthSessionResult;
sget-object v1, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;->FAILURE:Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
const/4 v2, 0x0
invoke-direct {v0, v2, p0, v1}, Lcom/amplifyframework/auth/result/AuthSessionResult;-><init>(Ljava/lang/Object;Lcom/amplifyframework/auth/AuthException;Lcom/amplifyframework/auth/result/AuthSessionResult$Type;)V
return-object v0
.end method
.method public static success(Ljava/lang/Object;)Lcom/amplifyframework/auth/result/AuthSessionResult;
.locals 3
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(TT;)",
"Lcom/amplifyframework/auth/result/AuthSessionResult<",
"TT;>;"
}
.end annotation
.line 1
new-instance v0, Lcom/amplifyframework/auth/result/AuthSessionResult;
sget-object v1, Lcom/amplifyframework/auth/result/AuthSessionResult$Type;->SUCCESS:Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
const/4 v2, 0x0
invoke-direct {v0, p0, v2, v1}, Lcom/amplifyframework/auth/result/AuthSessionResult;-><init>(Ljava/lang/Object;Lcom/amplifyframework/auth/AuthException;Lcom/amplifyframework/auth/result/AuthSessionResult$Type;)V
return-object v0
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
instance-of v2, p1, Lcom/amplifyframework/auth/result/AuthSessionResult;
if-nez v2, :cond_1
goto :goto_1
.line 2
:cond_1
check-cast p1, Lcom/amplifyframework/auth/result/AuthSessionResult;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getValue()Ljava/lang/Object;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getValue()Ljava/lang/Object;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getError()Lcom/amplifyframework/auth/AuthException;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getError()Lcom/amplifyframework/auth/AuthException;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 5
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getType()Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getType()Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
move-result-object p1
invoke-static {v2, p1}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public getError()Lcom/amplifyframework/auth/AuthException;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/AuthSessionResult;->error:Lcom/amplifyframework/auth/AuthException;
return-object v0
.end method
.method public getType()Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/AuthSessionResult;->type:Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
return-object v0
.end method
.method public getValue()Ljava/lang/Object;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()TT;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/AuthSessionResult;->value:Ljava/lang/Object;
return-object v0
.end method
.method public hashCode()I
.locals 3
const/4 v0, 0x3
new-array v0, v0, [Ljava/lang/Object;
.line 1
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getValue()Ljava/lang/Object;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getError()Lcom/amplifyframework/auth/AuthException;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getType()Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
move-result-object v1
const/4 v2, 0x2
aput-object v1, v0, v2
.line 4
invoke-static {v0}, Lr1/h;->b([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "AuthSessionResult{value="
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getValue()Ljava/lang/Object;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", error="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getError()Lcom/amplifyframework/auth/AuthException;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", type="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSessionResult;->getType()Lcom/amplifyframework/auth/result/AuthSessionResult$Type;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const/16 v1, 0x7d
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,210 @@
.class public final Lcom/amplifyframework/auth/result/AuthSignInResult;
.super Ljava/lang/Object;
.source "AuthSignInResult.java"
# instance fields
.field private final isSignInComplete:Z
.field private final nextStep:Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
# direct methods
.method public constructor <init>(ZLcom/amplifyframework/auth/result/step/AuthNextSignInStep;)V
.locals 0
.param p2 # Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-boolean p1, p0, Lcom/amplifyframework/auth/result/AuthSignInResult;->isSignInComplete:Z
.line 3
invoke-static {p2}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
iput-object p2, p0, Lcom/amplifyframework/auth/result/AuthSignInResult;->nextStep:Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
const-class v2, Lcom/amplifyframework/auth/result/AuthSignInResult;
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v3
if-eq v2, v3, :cond_1
goto :goto_1
.line 2
:cond_1
check-cast p1, Lcom/amplifyframework/auth/result/AuthSignInResult;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignInResult;->isSignInComplete()Z
move-result v2
invoke-static {v2}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthSignInResult;->isSignInComplete()Z
move-result v3
invoke-static {v3}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignInResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthSignInResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
move-result-object p1
invoke-static {v2, p1}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/AuthSignInResult;->nextStep:Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
return-object v0
.end method
.method public hashCode()I
.locals 3
const/4 v0, 0x2
new-array v0, v0, [Ljava/lang/Object;
.line 1
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignInResult;->isSignInComplete()Z
move-result v1
invoke-static {v1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignInResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
.line 3
invoke-static {v0}, Lr1/h;->b([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public isSignInComplete()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/amplifyframework/auth/result/AuthSignInResult;->isSignInComplete:Z
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "AuthSignInResult{isSignInComplete="
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignInResult;->isSignInComplete()Z
move-result v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Z)Ljava/lang/StringBuilder;
const-string v1, ", nextStep="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignInResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const/16 v1, 0x7d
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,265 @@
.class public final Lcom/amplifyframework/auth/result/AuthSignUpResult;
.super Ljava/lang/Object;
.source "AuthSignUpResult.java"
# instance fields
.field private final isSignUpComplete:Z
.field private final nextStep:Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
.field private final user:Lcom/amplifyframework/auth/AuthUser;
# direct methods
.method public constructor <init>(ZLcom/amplifyframework/auth/result/step/AuthNextSignUpStep;Lcom/amplifyframework/auth/AuthUser;)V
.locals 0
.param p2 # Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Lcom/amplifyframework/auth/AuthUser;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-boolean p1, p0, Lcom/amplifyframework/auth/result/AuthSignUpResult;->isSignUpComplete:Z
.line 3
invoke-static {p2}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
iput-object p2, p0, Lcom/amplifyframework/auth/result/AuthSignUpResult;->nextStep:Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
.line 4
iput-object p3, p0, Lcom/amplifyframework/auth/result/AuthSignUpResult;->user:Lcom/amplifyframework/auth/AuthUser;
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
const-class v2, Lcom/amplifyframework/auth/result/AuthSignUpResult;
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v3
if-eq v2, v3, :cond_1
goto :goto_1
.line 2
:cond_1
check-cast p1, Lcom/amplifyframework/auth/result/AuthSignUpResult;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->isSignUpComplete()Z
move-result v2
invoke-static {v2}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->isSignUpComplete()Z
move-result v3
invoke-static {v3}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 5
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->getUser()Lcom/amplifyframework/auth/AuthUser;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->getUser()Lcom/amplifyframework/auth/AuthUser;
move-result-object p1
invoke-static {v2, p1}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/AuthSignUpResult;->nextStep:Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
return-object v0
.end method
.method public getUser()Lcom/amplifyframework/auth/AuthUser;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/AuthSignUpResult;->user:Lcom/amplifyframework/auth/AuthUser;
return-object v0
.end method
.method public hashCode()I
.locals 3
const/4 v0, 0x3
new-array v0, v0, [Ljava/lang/Object;
.line 1
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->isSignUpComplete()Z
move-result v1
invoke-static {v1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->getUser()Lcom/amplifyframework/auth/AuthUser;
move-result-object v1
const/4 v2, 0x2
aput-object v1, v0, v2
.line 4
invoke-static {v0}, Lr1/h;->b([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public isSignUpComplete()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/amplifyframework/auth/result/AuthSignUpResult;->isSignUpComplete:Z
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "AuthSignUpResult{isSignUpComplete="
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->isSignUpComplete()Z
move-result v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Z)Ljava/lang/StringBuilder;
const-string v1, ", nextStep="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", user="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthSignUpResult;->getUser()Lcom/amplifyframework/auth/AuthUser;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const/16 v1, 0x7d
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,210 @@
.class public final Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;
.super Ljava/lang/Object;
.source "AuthUpdateAttributeResult.java"
# instance fields
.field private final isUpdated:Z
.field private final nextStep:Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
# direct methods
.method public constructor <init>(ZLcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;)V
.locals 0
.param p2 # Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-boolean p1, p0, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated:Z
.line 3
invoke-static {p2}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
iput-object p2, p0, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->nextStep:Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
const-class v2, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v3
if-eq v2, v3, :cond_1
goto :goto_1
.line 2
:cond_1
check-cast p1, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated()Z
move-result v2
invoke-static {v2}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated()Z
move-result v3
invoke-static {v3}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
move-result-object p1
invoke-static {v2, p1}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->nextStep:Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
return-object v0
.end method
.method public hashCode()I
.locals 3
const/4 v0, 0x2
new-array v0, v0, [Ljava/lang/Object;
.line 1
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated()Z
move-result v1
invoke-static {v1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
.line 3
invoke-static {v0}, Lr1/h;->b([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public isUpdated()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated:Z
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "AuthUpdateAttributeResult{isUpdated="
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->isUpdated()Z
move-result v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Z)Ljava/lang/StringBuilder;
const-string v1, ", nextStep="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/AuthUpdateAttributeResult;->getNextStep()Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const/16 v1, 0x7d
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,301 @@
.class public final Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
.super Ljava/lang/Object;
.source "AuthNextResetPasswordStep.java"
# instance fields
.field private final additionalInfo:Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field private final codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.field private final resetPasswordStep:Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
# direct methods
.method public constructor <init>(Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;Ljava/util/Map;Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;)V
.locals 0
.param p1 # Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;",
"Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;",
")V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
invoke-static {p1}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
iput-object p1, p0, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->resetPasswordStep:Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
.line 3
new-instance p1, Ljava/util/HashMap;
invoke-direct {p1}, Ljava/util/HashMap;-><init>()V
iput-object p1, p0, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->additionalInfo:Ljava/util/Map;
.line 4
invoke-static {p2}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
check-cast p2, Ljava/util/Map;
invoke-interface {p1, p2}, Ljava/util/Map;->putAll(Ljava/util/Map;)V
.line 5
iput-object p3, p0, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
const-class v2, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v3
if-eq v2, v3, :cond_1
goto :goto_1
.line 2
:cond_1
check-cast p1, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getResetPasswordStep()Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getResetPasswordStep()Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 5
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object p1
invoke-static {v2, p1}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public getAdditionalInfo()Ljava/util/Map;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->additionalInfo:Ljava/util/Map;
return-object v0
.end method
.method public getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
return-object v0
.end method
.method public getResetPasswordStep()Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->resetPasswordStep:Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
return-object v0
.end method
.method public hashCode()I
.locals 3
const/4 v0, 0x3
new-array v0, v0, [Ljava/lang/Object;
.line 1
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getResetPasswordStep()Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v1
const/4 v2, 0x2
aput-object v1, v0, v2
.line 4
invoke-static {v0}, Lr1/h;->b([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "AuthNextResetPasswordStep{resetPasswordStep="
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getResetPasswordStep()Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", additionalInfo="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", codeDeliveryDetails="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextResetPasswordStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const/16 v1, 0x7d
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,301 @@
.class public final Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
.super Ljava/lang/Object;
.source "AuthNextSignInStep.java"
# instance fields
.field private final additionalInfo:Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field private final codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.field private final signInStep:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
# direct methods
.method public constructor <init>(Lcom/amplifyframework/auth/result/step/AuthSignInStep;Ljava/util/Map;Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;)V
.locals 0
.param p1 # Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/amplifyframework/auth/result/step/AuthSignInStep;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;",
"Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;",
")V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
invoke-static {p1}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
iput-object p1, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->signInStep:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.line 3
new-instance p1, Ljava/util/HashMap;
invoke-direct {p1}, Ljava/util/HashMap;-><init>()V
iput-object p1, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->additionalInfo:Ljava/util/Map;
.line 4
invoke-static {p2}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
check-cast p2, Ljava/util/Map;
invoke-interface {p1, p2}, Ljava/util/Map;->putAll(Ljava/util/Map;)V
.line 5
iput-object p3, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
const-class v2, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v3
if-eq v2, v3, :cond_1
goto :goto_1
.line 2
:cond_1
check-cast p1, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getSignInStep()Lcom/amplifyframework/auth/result/step/AuthSignInStep;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getSignInStep()Lcom/amplifyframework/auth/result/step/AuthSignInStep;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 5
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object p1
invoke-static {v2, p1}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public getAdditionalInfo()Ljava/util/Map;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->additionalInfo:Ljava/util/Map;
return-object v0
.end method
.method public getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
return-object v0
.end method
.method public getSignInStep()Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->signInStep:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
return-object v0
.end method
.method public hashCode()I
.locals 3
const/4 v0, 0x3
new-array v0, v0, [Ljava/lang/Object;
.line 1
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getSignInStep()Lcom/amplifyframework/auth/result/step/AuthSignInStep;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v1
const/4 v2, 0x2
aput-object v1, v0, v2
.line 4
invoke-static {v0}, Lr1/h;->b([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "AuthNextSignInStep{signInStep="
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getSignInStep()Lcom/amplifyframework/auth/result/step/AuthSignInStep;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", additionalInfo="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", codeDeliveryDetails="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignInStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const/16 v1, 0x7d
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,301 @@
.class public final Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
.super Ljava/lang/Object;
.source "AuthNextSignUpStep.java"
# instance fields
.field private final additionalInfo:Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field private final codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.field private final signUpStep:Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
# direct methods
.method public constructor <init>(Lcom/amplifyframework/auth/result/step/AuthSignUpStep;Ljava/util/Map;Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;)V
.locals 0
.param p1 # Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/amplifyframework/auth/result/step/AuthSignUpStep;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;",
"Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;",
")V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
invoke-static {p1}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
iput-object p1, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->signUpStep:Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
.line 3
new-instance p1, Ljava/util/HashMap;
invoke-direct {p1}, Ljava/util/HashMap;-><init>()V
iput-object p1, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->additionalInfo:Ljava/util/Map;
.line 4
invoke-static {p2}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
check-cast p2, Ljava/util/Map;
invoke-interface {p1, p2}, Ljava/util/Map;->putAll(Ljava/util/Map;)V
.line 5
iput-object p3, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
const-class v2, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v3
if-eq v2, v3, :cond_1
goto :goto_1
.line 2
:cond_1
check-cast p1, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getSignUpStep()Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getSignUpStep()Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 5
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object p1
invoke-static {v2, p1}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public getAdditionalInfo()Ljava/util/Map;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->additionalInfo:Ljava/util/Map;
return-object v0
.end method
.method public getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
return-object v0
.end method
.method public getSignUpStep()Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->signUpStep:Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
return-object v0
.end method
.method public hashCode()I
.locals 3
const/4 v0, 0x3
new-array v0, v0, [Ljava/lang/Object;
.line 1
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getSignUpStep()Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v1
const/4 v2, 0x2
aput-object v1, v0, v2
.line 4
invoke-static {v0}, Lr1/h;->b([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "AuthNextSignUpStep{signUpStep="
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getSignUpStep()Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", additionalInfo="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", codeDeliveryDetails="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextSignUpStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const/16 v1, 0x7d
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,301 @@
.class public final Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
.super Ljava/lang/Object;
.source "AuthNextUpdateAttributeStep.java"
# instance fields
.field private final additionalInfo:Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field private final codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.field private final updateAttributeStep:Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
# direct methods
.method public constructor <init>(Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;Ljava/util/Map;Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;)V
.locals 0
.param p1 # Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/Map;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;",
"Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;",
")V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
invoke-static {p1}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
iput-object p1, p0, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->updateAttributeStep:Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
.line 3
new-instance p1, Ljava/util/HashMap;
invoke-direct {p1}, Ljava/util/HashMap;-><init>()V
iput-object p1, p0, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->additionalInfo:Ljava/util/Map;
.line 4
invoke-static {p2}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
check-cast p2, Ljava/util/Map;
invoke-interface {p1, p2}, Ljava/util/Map;->putAll(Ljava/util/Map;)V
.line 5
iput-object p3, p0, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 4
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-eqz p1, :cond_3
.line 1
const-class v2, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v3
if-eq v2, v3, :cond_1
goto :goto_1
.line 2
:cond_1
check-cast p1, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getUpdateAttributeStep()Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getUpdateAttributeStep()Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v3
invoke-static {v2, v3}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_2
.line 5
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v2
invoke-virtual {p1}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object p1
invoke-static {v2, p1}, Lr1/h;->a(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_2
goto :goto_0
:cond_2
move v0, v1
:goto_0
return v0
:cond_3
:goto_1
return v1
.end method
.method public getAdditionalInfo()Ljava/util/Map;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->additionalInfo:Ljava/util/Map;
return-object v0
.end method
.method public getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->codeDeliveryDetails:Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
return-object v0
.end method
.method public getUpdateAttributeStep()Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
iget-object v0, p0, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->updateAttributeStep:Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
return-object v0
.end method
.method public hashCode()I
.locals 3
const/4 v0, 0x3
new-array v0, v0, [Ljava/lang/Object;
.line 1
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getUpdateAttributeStep()Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v1
const/4 v2, 0x2
aput-object v1, v0, v2
.line 4
invoke-static {v0}, Lr1/h;->b([Ljava/lang/Object;)I
move-result v0
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
const-string v0, "AuthNextUpdateAttributeStep{updateAttributeStep="
.line 1
invoke-static {v0}, Landroid/support/v4/media/d;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 2
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getUpdateAttributeStep()Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", additionalInfo="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 3
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getAdditionalInfo()Ljava/util/Map;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, ", codeDeliveryDetails="
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 4
invoke-virtual {p0}, Lcom/amplifyframework/auth/result/step/AuthNextUpdateAttributeStep;->getCodeDeliveryDetails()Lcom/amplifyframework/auth/AuthCodeDeliveryDetails;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const/16 v1, 0x7d
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
@@ -0,0 +1,106 @@
.class public final enum Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
.super Ljava/lang/Enum;
.source "AuthResetPasswordStep.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
.field public static final enum CONFIRM_RESET_PASSWORD_WITH_CODE:Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
.field public static final enum DONE:Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
# direct methods
.method public static constructor <clinit>()V
.locals 5
.line 1
new-instance v0, Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
const-string v1, "CONFIRM_RESET_PASSWORD_WITH_CODE"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;->CONFIRM_RESET_PASSWORD_WITH_CODE:Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
.line 2
new-instance v1, Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
const-string v3, "DONE"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;->DONE:Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
const/4 v3, 0x2
new-array v3, v3, [Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
aput-object v0, v3, v2
aput-object v1, v3, v4
.line 3
sput-object v3, Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;->$VALUES:[Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
.locals 1
.line 1
const-class v0, Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
return-object p0
.end method
.method public static values()[Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
.locals 1
.line 1
sget-object v0, Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;->$VALUES:[Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
invoke-virtual {v0}, [Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/amplifyframework/auth/result/step/AuthResetPasswordStep;
return-object v0
.end method
@@ -0,0 +1,166 @@
.class public final enum Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.super Ljava/lang/Enum;
.source "AuthSignInStep.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/amplifyframework/auth/result/step/AuthSignInStep;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.field public static final enum CONFIRM_SIGN_IN_WITH_CUSTOM_CHALLENGE:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.field public static final enum CONFIRM_SIGN_IN_WITH_NEW_PASSWORD:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.field public static final enum CONFIRM_SIGN_IN_WITH_SMS_MFA_CODE:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.field public static final enum CONFIRM_SIGN_UP:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.field public static final enum DONE:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.field public static final enum RESET_PASSWORD:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
# direct methods
.method public static constructor <clinit>()V
.locals 13
.line 1
new-instance v0, Lcom/amplifyframework/auth/result/step/AuthSignInStep;
const-string v1, "CONFIRM_SIGN_IN_WITH_SMS_MFA_CODE"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/amplifyframework/auth/result/step/AuthSignInStep;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/amplifyframework/auth/result/step/AuthSignInStep;->CONFIRM_SIGN_IN_WITH_SMS_MFA_CODE:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.line 2
new-instance v1, Lcom/amplifyframework/auth/result/step/AuthSignInStep;
const-string v3, "CONFIRM_SIGN_IN_WITH_CUSTOM_CHALLENGE"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/amplifyframework/auth/result/step/AuthSignInStep;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/amplifyframework/auth/result/step/AuthSignInStep;->CONFIRM_SIGN_IN_WITH_CUSTOM_CHALLENGE:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.line 3
new-instance v3, Lcom/amplifyframework/auth/result/step/AuthSignInStep;
const-string v5, "CONFIRM_SIGN_IN_WITH_NEW_PASSWORD"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lcom/amplifyframework/auth/result/step/AuthSignInStep;-><init>(Ljava/lang/String;I)V
sput-object v3, Lcom/amplifyframework/auth/result/step/AuthSignInStep;->CONFIRM_SIGN_IN_WITH_NEW_PASSWORD:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.line 4
new-instance v5, Lcom/amplifyframework/auth/result/step/AuthSignInStep;
const-string v7, "RESET_PASSWORD"
const/4 v8, 0x3
invoke-direct {v5, v7, v8}, Lcom/amplifyframework/auth/result/step/AuthSignInStep;-><init>(Ljava/lang/String;I)V
sput-object v5, Lcom/amplifyframework/auth/result/step/AuthSignInStep;->RESET_PASSWORD:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.line 5
new-instance v7, Lcom/amplifyframework/auth/result/step/AuthSignInStep;
const-string v9, "CONFIRM_SIGN_UP"
const/4 v10, 0x4
invoke-direct {v7, v9, v10}, Lcom/amplifyframework/auth/result/step/AuthSignInStep;-><init>(Ljava/lang/String;I)V
sput-object v7, Lcom/amplifyframework/auth/result/step/AuthSignInStep;->CONFIRM_SIGN_UP:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.line 6
new-instance v9, Lcom/amplifyframework/auth/result/step/AuthSignInStep;
const-string v11, "DONE"
const/4 v12, 0x5
invoke-direct {v9, v11, v12}, Lcom/amplifyframework/auth/result/step/AuthSignInStep;-><init>(Ljava/lang/String;I)V
sput-object v9, Lcom/amplifyframework/auth/result/step/AuthSignInStep;->DONE:Lcom/amplifyframework/auth/result/step/AuthSignInStep;
const/4 v11, 0x6
new-array v11, v11, [Lcom/amplifyframework/auth/result/step/AuthSignInStep;
aput-object v0, v11, v2
aput-object v1, v11, v4
aput-object v3, v11, v6
aput-object v5, v11, v8
aput-object v7, v11, v10
aput-object v9, v11, v12
.line 7
sput-object v11, Lcom/amplifyframework/auth/result/step/AuthSignInStep;->$VALUES:[Lcom/amplifyframework/auth/result/step/AuthSignInStep;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.locals 1
.line 1
const-class v0, Lcom/amplifyframework/auth/result/step/AuthSignInStep;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/amplifyframework/auth/result/step/AuthSignInStep;
return-object p0
.end method
.method public static values()[Lcom/amplifyframework/auth/result/step/AuthSignInStep;
.locals 1
.line 1
sget-object v0, Lcom/amplifyframework/auth/result/step/AuthSignInStep;->$VALUES:[Lcom/amplifyframework/auth/result/step/AuthSignInStep;
invoke-virtual {v0}, [Lcom/amplifyframework/auth/result/step/AuthSignInStep;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/amplifyframework/auth/result/step/AuthSignInStep;
return-object v0
.end method
@@ -0,0 +1,106 @@
.class public final enum Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
.super Ljava/lang/Enum;
.source "AuthSignUpStep.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/amplifyframework/auth/result/step/AuthSignUpStep;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
.field public static final enum CONFIRM_SIGN_UP_STEP:Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
.field public static final enum DONE:Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
# direct methods
.method public static constructor <clinit>()V
.locals 5
.line 1
new-instance v0, Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
const-string v1, "CONFIRM_SIGN_UP_STEP"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/amplifyframework/auth/result/step/AuthSignUpStep;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/amplifyframework/auth/result/step/AuthSignUpStep;->CONFIRM_SIGN_UP_STEP:Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
.line 2
new-instance v1, Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
const-string v3, "DONE"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/amplifyframework/auth/result/step/AuthSignUpStep;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/amplifyframework/auth/result/step/AuthSignUpStep;->DONE:Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
const/4 v3, 0x2
new-array v3, v3, [Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
aput-object v0, v3, v2
aput-object v1, v3, v4
.line 3
sput-object v3, Lcom/amplifyframework/auth/result/step/AuthSignUpStep;->$VALUES:[Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
.locals 1
.line 1
const-class v0, Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
return-object p0
.end method
.method public static values()[Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
.locals 1
.line 1
sget-object v0, Lcom/amplifyframework/auth/result/step/AuthSignUpStep;->$VALUES:[Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
invoke-virtual {v0}, [Lcom/amplifyframework/auth/result/step/AuthSignUpStep;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/amplifyframework/auth/result/step/AuthSignUpStep;
return-object v0
.end method
@@ -0,0 +1,106 @@
.class public final enum Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
.super Ljava/lang/Enum;
.source "AuthUpdateAttributeStep.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
.field public static final enum CONFIRM_ATTRIBUTE_WITH_CODE:Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
.field public static final enum DONE:Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
# direct methods
.method public static constructor <clinit>()V
.locals 5
.line 1
new-instance v0, Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
const-string v1, "CONFIRM_ATTRIBUTE_WITH_CODE"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;->CONFIRM_ATTRIBUTE_WITH_CODE:Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
.line 2
new-instance v1, Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
const-string v3, "DONE"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;->DONE:Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
const/4 v3, 0x2
new-array v3, v3, [Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
aput-object v0, v3, v2
aput-object v1, v3, v4
.line 3
sput-object v3, Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;->$VALUES:[Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
.locals 1
.line 1
const-class v0, Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
return-object p0
.end method
.method public static values()[Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
.locals 1
.line 1
sget-object v0, Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;->$VALUES:[Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
invoke-virtual {v0}, [Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/amplifyframework/auth/result/step/AuthUpdateAttributeStep;
return-object v0
.end method