AuthResetPasswordResult
public struct AuthResetPasswordResult
extension AuthResetPasswordResult: Equatable
extension AuthResetPasswordResult: Sendable
Result for Auth.resetPassword api
-
Flag to represent whether the reset password flow is complete.
trueif 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)
View on GitHub