AutoBE
    Preparing search index...

    Interface AutoBeInterfaceAuthorization

    JWT-based authentication operations generated for a specific actor.

    Michael

    interface AutoBeInterfaceAuthorization {
        name: string;
        operations: IOperation[];
    }
    Index

    Properties

    Properties

    name: string

    Actor name (e.g., "user", "admin", "seller").

    operations: IOperation[]

    Authentication API operations for this actor (join, login, refresh, etc.).