Authorization¶
-
class
github.Authorization.
Authorization
¶ This class represents Authorizations.
The reference can be found here https://docs.github.com/en/enterprise-server@3.0/rest/reference/oauth-authorizations
-
property
created_at
¶ - Type
datetime.datetime
-
delete
() → None¶
-
edit
(scopes: Opt[list[str]] = NotSet, add_scopes: Opt[list[str]] = NotSet, remove_scopes: Opt[list[str]] = NotSet, note: Opt[str] = NotSet, note_url: Opt[str] = NotSet) → None¶ - Calls
- Parameters
scopes – list of string
add_scopes – list of string
remove_scopes – list of string
note – string
note_url – string
- Return type
None
-
property