OAuthProvider¶ class OAuthProvider[source]¶ A connection to a provider that implements the “authorization server” part of RFC6749. id: str¶ The id of the provider. name: str¶ The name of the OAuth provider. platform: Literal['github', 'gitlab']¶ The platform of this provider. base_url: str¶ The base URL of the provider.