AutoBE
    Preparing search index...

    Authorization definition for an actor type.

    Uses Authorization: Bearer <token> header only. The token is guaranteed to include the authenticated actor's id field.

    interface IAuthorization {
        description: string;
        name: string & CamelCasePattern;
    }
    Index

    Properties

    Properties

    description: string

    Description of this authorization actor's purpose and capabilities.

    MUST be written in English. Never use other languages.

    name: string & CamelCasePattern

    Actor name in camelCase. MUST exactly match a table name in the database schema representing this user type.