api.access
Control availability of the access token.
Mark the current token exchange as denied.Parameters
Example
api.accessToken
Request changes to the access token being issued.
Set a custom claim on the access token that will be issued.Parameters
Example
api.transaction
Make changes to the transaction scopes.
Add a scope to the target scope set. Added scopes are intersected with the client grant after all Actions complete. Scopes not present in the grant are silently dropped from the final access token.Parameters
Example
Remove a scope from the target scope set.Parameters
Example
Replace the entire target scope set. The new scopes are intersected with the client grant after all Actions complete. Scopes not present in the grant are silently dropped from the final access token.Parameters
Example
Remove all scopes from the target scope set.
Example
api.cache
Store and retrieve data that persists across executions.
Delete a cached record at the supplied key if it exists.Parameters
Example
Retrieve a cached record at the supplied key. If found, access the value via Parameters
record.value.Example
Store or update a string value in the cache at the specified key. Values are scoped to the Trigger and subject to the Actions Cache Limits. If no lifetime is specified, a default lifetime of 15 minutes will be used.Important: This cache is designed for short-lived, ephemeral data. Items may not be available in later transactions even if they are within their supplied lifetime.Parameters
Example