OAuthToken

class OAuthToken[source]

An OAuth token.

id: str

The id of the token.

provider: OAuthProvider

The provider of this token.

user_id: int

The user id for this token.

user_info: GitUserInfo | None

Information about the user on the platform.