ActiveSession

public struct ActiveSession : Decodable, Encodable

Description of the active session

  • The total number of attempts

    Declaration

    Swift

    public let attemptsCount: Int
  • The remaining number of code entry attempts

    Declaration

    Swift

    public let attemptsLeft: Int
  • Undocumented

    Declaration

    Swift

    public init(attemptsCount: Int, attemptsLeft: Int)