GetRecoveryEmailAddress

public struct GetRecoveryEmailAddress : Codable, Equatable, TDFunction

Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user

  • Undocumented

    Declaration

    Swift

    public typealias Result = RecoveryEmailAddress
  • The password for the current user

    Declaration

    Swift

    public let password: String
  • Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user

    Declaration

    Swift

    public init(password: String)

    Parameters

    password

    The password for the current user