AuthInfo

public final class AuthInfo : ObservableObject

Obsevable information about the authorization

  • Unique auth id

    Declaration

    Swift

    @Published
    public internal(set) var authId: Int { get set }
  • Undocumented

    Declaration

    Swift

    @Published
    public internal(set) var title: String { get set }
  • True if we are authorized and logged in

    Declaration

    Swift

    @Published
    public internal(set) var isLoggedIn: Bool { get set }