mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 23:46:26 -04:00
Update authentication.cr
This commit is contained in:
parent
6b8815b04c
commit
9313ecfe22
@ -250,7 +250,18 @@ struct CaptchaResponse
|
||||
property username : String
|
||||
property password : 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
|
||||
|
||||
struct Credentials
|
||||
|
Loading…
x
Reference in New Issue
Block a user