mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Add expiration argument back to GithubIntegration.create_jwt (#2439)
* Add expiration argument back to create_jwt
This commit is contained in:
@@ -22,7 +22,7 @@ class GithubIntegration:
|
||||
) -> None: ...
|
||||
def _get_installed_app(self, url: str) -> Installation: ...
|
||||
def _get_headers(self) -> Dict[str, str]: ...
|
||||
def create_jwt(self, expiration: int = ...) -> str: ...
|
||||
def create_jwt(self, expiration: Optional[int] = ...) -> str: ...
|
||||
def get_access_token(
|
||||
self, installation_id: int, permissions: Optional[Dict[str, str]] = ...
|
||||
) -> InstallationAuthorization: ...
|
||||
|
||||
Reference in New Issue
Block a user