AuthResetPasswordResult
public struct AuthResetPasswordResult
extension AuthResetPasswordResult: Equatable
Result for Auth.resetPassword api
-
Flag to represent whether the reset password flow is complete.
true
if the reset password flow is complete.Declaration
Swift
public let isPasswordReset: Bool
-
Next steps to follow for reset password api.
Declaration
Swift
public let nextStep: AuthResetPasswordStep
-
Declaration
Swift
public init(isPasswordReset: Bool, nextStep: AuthResetPasswordStep)