mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 19:42:14 +00:00
* chore: generate API ref using `typedoc` * chore: declutter readme and add links to ytjs.dev * chore: clean up
464 B
464 B
youtubei.js / Utils / generateSidAuth
Function: generateSidAuth()
generateSidAuth(
sid):Promise<string>
Generates an authentication token from a cookies' sid.
Parameters
• sid: string
Sid extracted from cookies
Returns
Promise<string>