Get Token
This endpoint returns a new single-use limited-time token to be used for bootstrapping a Secure Connector client for the specified root scope.
GET /openapi/v1/secureconnector/name/{ROOT_SCOPE_NAME}/token
GET /openapi/v1/secureconnector/{ROOT_SCOPE_ID}/token
OWNER permission to the specified root scope is required.
The returned token is a string which contains a cryptographically signed token that is valid for one hour. A valid token can be used only once to bootstrap a Secure Connector client.