Retrieves 2-legged access token for a specific set of scopes.
Unless the {@see force} parameter is used, the access tokens are cached
based on their scopes and the expires_in
field in the response.
List of requested scopes.
2-legged access token object.
Generates a URL that users should be redirected to in 3-legged OAuth workflows.
List of requested scopes.
Callback URL. Must match the URL configured for this app on the Forge portal.
Autodesk login URL.
Exchanges temporary code retrieved from 3-legged OAuth workflow for an access token.
Temporary code returned from the 3-legged OAuth workflow.
Callback URL. Must match the URL configured for this app on the Forge portal.
3-legged access token object.
Gets profile information for a user based on their 3-legged auth token.
3-legged authentication token.
User profile information.
Refreshes 3-legged access token.
Refresh token.
List of requested scopes.
3-legged access token object.
Generated using TypeDoc
Client providing access to Autodesk Forge Authentication APIs.
https://forge.autodesk.com/en/docs/oauth/v2