-
public final class ExternalLoginResult
-
-
Constructor Summary
Constructors Constructor Description ExternalLoginResult(List<Cookie> cookies, String pageUrl, List<String> seenUrls, List<StorageValue> storageValues)
-
Method Summary
Modifier and Type Method Description final List<Cookie>getCookies()final StringgetPageUrl()final List<String>getSeenUrls()final List<StorageValue>getStorageValues()-
-
Method Detail
-
getCookies
final List<Cookie> getCookies()
-
getPageUrl
final String getPageUrl()
-
getSeenUrls
final List<String> getSeenUrls()
-
getStorageValues
final List<StorageValue> getStorageValues()
-
-
-
-