AccessToken¶
-
class
github.AccessToken.
AccessToken
¶ This class represents access tokens.
-
property
token
¶ - Type
string
-
property
type
¶ - Type
string
-
property
scope
¶ - Type
string
-
property
created
¶ - Type
datetime
-
property
expires_in
¶ - Type
Optional[int]
-
property
expires_at
¶ - Type
Optional[datetime]
-
property
refresh_token
¶ - Type
Optional[string]
-
property
refresh_expires_in
¶ - Type
Optional[int]
-
property
refresh_expires_at
¶ - Type
Optional[datetime]
-
property