AccessToken

class github.AccessToken.AccessToken

This class represents access tokens.

token
Type:string
type
Type:string
scope
Type:string
created
Type:datetime
expires_in
Type:Optional[int]
expires_at
Type:Optional[datetime]
refresh_token
Type:Optional[string]
refresh_expires_in
Type:Optional[int]
refresh_expires_at
Type:Optional[datetime]