Adobe Refresh Token
Description
General
- Documentation: https://developer.adobe.com/developer-console/docs/guides/authentication/UserAuthentication/ims#refreshing-access-tokens
- Summary: Adobe IMS refresh tokens returned when the authorize step includes the
offline_accessscope (where supported). Applications send them to the IMS token endpoint withgrant_type=refresh_tokento obtain new access tokens; product API requests use the access token, not the refresh token.
Revoke the secret
Refresh tokens are automatically revoked after they are used to obtain a new access token,
or via the /ims/revoke endpoint.
Details for Adobe Refresh Token
-
Family: credentials
-
Category: other
-
Company: Adobe
-
High recall: False
-
Validity check available: False
-
Analyzer available: False
-
Revoker available: False
-
Occurrences found for one million commits: very rare
-
Prefixed: False