BypassBehavior

sealed class BypassBehavior

Cloudflare Bypass settings

Inheritors

Types

Link copied to clipboard
class Custom(useLastUA: Boolean = true, skipCaptcha: Boolean = false, maxTryCount: Int = 3, clearCookies: Boolean = false, displayType: DisplayType = DisplayType.ACTIVITY(true), isRequired: Boolean = true) : BypassBehavior

Custom implementation

Link copied to clipboard

Default implementation

Link copied to clipboard

Bypass disabled

Properties

Link copied to clipboard
val clearCookies: Boolean = false
Link copied to clipboard
Link copied to clipboard
val isRequired: Boolean = true
Link copied to clipboard
val maxTryCount: Int = 3
Link copied to clipboard
val skipCaptcha: Boolean = false
Link copied to clipboard
val useLastUA: Boolean = true