PSF: Autonomous mass-processing of 25 pending skills (Blueprint & TDD).
This commit is contained in:
@@ -35,16 +35,9 @@ Provide a secure, professional OAuth 2.0 interface for Google Gemini.
|
||||
Interfaces for the OAuth lifecycle. Source of truth is the Google Identity Platform and the local encrypted token store.
|
||||
|
||||
** 2. Semantic Interfaces
|
||||
#+begin_src lisp
|
||||
(defun auth-google-get-url ()
|
||||
"Generates the URL for the user to visit in their browser.")
|
||||
|
||||
(defun auth-google-receive-code (code)
|
||||
"Exchanges the manual code for tokens and persists them.")
|
||||
|
||||
(defun auth-google-get-header ()
|
||||
"Returns the Bearer token header, refreshing if necessary.")
|
||||
#+end_src
|
||||
"Generates the URL for the user to visit in their browser."
|
||||
"Exchanges the manual code for tokens and persists them."
|
||||
"Returns the Bearer token header, refreshing if necessary."
|
||||
|
||||
* Phase D: Build (Implementation)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user