docs: refresh collected sites and MCP bundles after GSDFC docstring conformance
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
"kind": "function",
|
||||
"path": "jwtlib.security.create_access_token",
|
||||
"signature": "<bound method Function.signature of Function('create_access_token', 64, 86)>",
|
||||
"docstring": "Generate a new `JWT` access token.\n\nArgs:\n data (dict):\n Subject data to include in the token payload.\n expires_delta (timedelta, optional):\n Optional expiration override.\n\nReturns:\n str:\n An encoded `JWT` string."
|
||||
"docstring": "Generate a new `JWT` access token.\n\nArgs:\n data (dict):\n Subject data to include in the token payload.\n expires_delta (timedelta | None):\n Optional expiration override.\n\nReturns:\n str:\n An encoded `JWT` string."
|
||||
},
|
||||
"get_jwt_payload": {
|
||||
"name": "get_jwt_payload",
|
||||
|
||||
Reference in New Issue
Block a user