Authorization definition for an actor type.
Uses Authorization: Bearer <token> header only. The token is guaranteed to include the authenticated actor's id field.
Authorization: Bearer <token>
id
Description of this authorization actor's purpose and capabilities.
MUST be written in English. Never use other languages.
Actor name in camelCase. MUST exactly match a table name in the database schema representing this user type.
Authorization definition for an actor type.
Uses
Authorization: Bearer <token>header only. The token is guaranteed to include the authenticated actor'sidfield.