AutoBE
    Preparing search index...

    Interface AutoBeRealizeAuthorizationPayload

    JWT token payload type definition for an actor.

    Michael

    interface AutoBeRealizeAuthorizationPayload {
        content: string;
        location: string;
        name: string & PascalCasePattern;
    }
    Index

    Properties

    Properties

    content: string

    Complete TypeScript source code of the payload interface.

    location: string

    File path for the generated payload type.

    name: string & PascalCasePattern

    Payload type name in PascalCase (e.g., "AdminPayload", "UserPayload").