You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple "action" can either be an abstract reference by name, represented as a simple string - e.g. "GET", "READ", "DELETE".
Or it can be expressed as a complex structure, describing a transaction function with arbitrary parameters and values.
Example 1: Bank payout transaction with an amount and currency
https://github.com/SGNL-ai/authzapi/blob/5937da2ca3a3ed189bb066ce2f75c9bd5e0a380d/authorization-api-1_0.md?plain=1#L177C1-L177C1
It would be good to include details of how the extensibility might work.
The text was updated successfully, but these errors were encountered: