mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
init gemini authorization codes 60-62 support
This commit is contained in:
parent
3949c9ee27
commit
49b21b38d0
3 changed files with 146 additions and 0 deletions
|
|
@ -74,6 +74,12 @@ interface Connection
|
|||
|
||||
public function unsetRequest(): void;
|
||||
|
||||
public function getAuth(): bool;
|
||||
|
||||
public function setAuth(
|
||||
bool $auth
|
||||
): void;
|
||||
|
||||
public function getLength(): ?int;
|
||||
|
||||
public function getCache(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue