BypassBehavior

sealed class BypassBehavior

Cloudflare Bypass settings

Inheritors

Types

Link copied to clipboard
class Custom(val useLastUA: Boolean = true, val skipCaptcha: Boolean = false, val maxTryCount: Int = 3, val clearCookies: Boolean = false, val displayType: DisplayType = DisplayType.ACTIVITY(true), val 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