mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-29 07:58:35 +00:00
Update authentication.cr
This commit is contained in:
parent
6b8815b04c
commit
9313ecfe22
@ -250,7 +250,18 @@ struct CaptchaResponse
|
|||||||
property username : String
|
property username : String
|
||||||
property password : String
|
property password : String
|
||||||
property answer : String
|
property answer : String
|
||||||
property tokens : Array(String)
|
property tokens : Array(CaptchaToken)
|
||||||
|
end
|
||||||
|
|
||||||
|
struct CaptchaToken
|
||||||
|
include JSON::Serializable
|
||||||
|
include YAML::Serializable
|
||||||
|
|
||||||
|
property session : String
|
||||||
|
property expire : Int64
|
||||||
|
property scopes : Array(String)
|
||||||
|
property nonce : String
|
||||||
|
property signature : String
|
||||||
end
|
end
|
||||||
|
|
||||||
struct Credentials
|
struct Credentials
|
||||||
|
Loading…
Reference in New Issue
Block a user