RateLimitChallenge

sealed class RateLimitChallenge

Used with the org.inthewaves.kotlinsignald.Signal.submitChallenge function. Specifies a submission to a rate limit challenge issued by the server.

Types

Link copied to clipboard
class PushChallenge(challengeToken: String) : RateLimitChallenge
Link copied to clipboard
class Recaptcha(challengeToken: String, captchaToken: String) : RateLimitChallenge

Responding to a server's rate limit challenge that includes CAPTCHA as one of the options for the challenge.

Properties

Link copied to clipboard
val challengeToken: String

Inheritors

Link copied to clipboard
Link copied to clipboard