authorize
Authorizes an access token using the Heimdall client's authorization API.
Return
An AuthorizationResponse object containing the result of the authorization request.
Parameters
The access token to authorize.
The correlation ID for the authorization request.
Authorizes an access token for a specific atom using the Heimdall client's authorization API.
Return
An AuthorizationResponse object containing the result of the authorization request.
Parameters
The access token to authorize.
The ID of the atom to authorize the token for.
A map of variable names to values used to resolve the atom's inputs.
The correlation ID for the authorization request.
Authorizes a token for a batch of atoms and returns the AuthorizationResponseBatch.
Return
the AuthorizationResponseBatch for the given token and batch of atoms.
Parameters
the token to authorize.
a map of atom IDs to tuples of atom ID, variable values, and correlation ID.
the correlation ID to include in the authorization request.