LoginData

class LoginData(var baseUrl: String = "", var loginUrl: String = "", var desiredCookie: String = "") : Parcelable

Represents the login data used in LoginCookies

Constructors

Link copied to clipboard
constructor(baseUrl: String = "", loginUrl: String = "", desiredCookie: String = "")

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Url used to search for cookies "CookieManager.getCookie(baseUrl)"

Link copied to clipboard

Cookie key to search, when the key is found and the LoginCookies.cookieValidation is true the app will consider the login as successful

Link copied to clipboard

Url for the login webpage