lemmy-js-client
Preparing search index...
CaptchaResponse
Type Alias CaptchaResponse
A captcha response.
type
CaptchaResponse
=
{
png
:
string
;
uuid
:
string
;
wav
:
string
;
}
Index
Properties
png
uuid
wav
Properties
png
png
:
string
A Base64 encoded png
uuid
uuid
:
string
The UUID for the captcha item.
wav
wav
:
string
A Base64 encoded wav audio
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
png
uuid
wav
lemmy-js-client
Loading...
A captcha response.