Authorization
getScopedToken
Authorization.getScopedToken
returns an authenticated JWT token to make further calls to the DroneDeploy API. This token should be set as part of the Authorization
header as a Bearer
token inside of subsequent requests.
Example Usage
Last updated