DigitalOcean OAuth Application Token v1
Description
General
- Documentation: https://docs.digitalocean.com/reference/api/api-reference/
- Summary: DigitalOcean is a cloud infrastructure provider. The DigitalOcean API allows to manage machines and resources in a programmatic way using HTTP requests. All the features available in the control panel are also available via the API. OAuth apps can access users' authorized data using an OAuth2 access token.
Details for DigitalOcean OAuth Application Token V1
-
Family: oauth_token
-
Category: cloud_provider
-
Company: DigitalOcean
-
High recall: True
-
Validity check available: True
-
Analyzer available: True
-
Revoker available: True
-
On-premise instances exist: False
-
Only valid secrets raise an alert: False
-
Occurrences found for one million commits: 0.11
-
Prefixed: True
Secret Analyzer
Analysis Method
- Provider allows scopes enumeration: True
- Total network call count: 2
- Total call count may vary: False
HTTP Calls
Requests are designed to capture metadata and not to function effectively.
- GET:
https://api.digitalocean.com/v2/account - GET:
https://cloud.digitalocean.com/v1/oauth/token/info
Other Calls
Non-HTTP queries or HTTP calls made through a third-party app (e.g., Python package). No other calls for this analyzer.
Revoker
Auth Credentials
Valid credentials needed to authenticate the request. No extra credentials needed for this revoker.
HTTP Calls
List of calls performed by the revoker.
- POST:
/v1/oauth/revoke
Revocation Mode
Revocation is synchronous.