Hugging Face Transformers · OAuth Scopes
Hugging Face Transformers OAuth Scopes
OAuth 2.0
searched
Hugging Face Transformers publishes 15 OAuth 2.0 scopes via the authorizationCode and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Hugging Face Transformers API on a user’s behalf.
Tokens are issued from https://huggingface.co/oauth/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
Artificial IntelligenceComputer VisionDeep LearningMachine LearningNatural Language ProcessingOpen SourceTransformers
Scopes: 15
Flows: authorizationCode, deviceCode
Method: searched
OAuth endpoints
Authorization URL
https://huggingface.co/oauth/authorize
https://huggingface.co/oauth/authorize
Token URL
https://huggingface.co/oauth/token
https://huggingface.co/oauth/token
Flows
authorizationCodedeviceCode
authorizationCodedeviceCode
Scopes (15)
| Scope | Description | Flows |
|---|---|---|
| openid | Get the ID token in addition to the access token. | |
| profile | Get the user's profile information (username, avatar, etc.). | |
| Get the user's email address. | ||
| read-billing | Know whether the user has a payment method set up. | |
| read-repos | Get read access to the user's personal repos. | |
| gated-repos | Get read access to the content of public gated repos the user has been granted access to. Does not grant access to private repos. | |
| contribute-repos | Create repositories and access those created by this app; cannot access other repositories unless additional permissions are granted. | |
| write-repos | Get write/read access to the user's personal repos. | |
| manage-repos | Full access to the user's personal repos, including repo creation and deletion. | |
| read-collections | Get read access to the user's personal collections. | |
| write-collections | Write/read access to the user's personal collections, including creation and deletion. | |
| inference-api | Access Inference Providers and make inference requests on behalf of the user. | |
| jobs | Run jobs. | |
| webhooks | Manage webhooks. | |
| write-discussions | Open discussions and Pull Requests on behalf of the user and interact with discussions (reactions, comments, closing, etc.). |
📄 Provider scope reference: https://huggingface.co/docs/hub/oauth