AutoBE
    Preparing search index...

    Interface AutoBeRealizeAuthorizationProvider

    Authorization provider function for JWT verification and role validation.

    Michael

    interface AutoBeRealizeAuthorizationProvider {
        content: string;
        location: string;
        name: string & CamelCasePattern;
    }
    Index

    Properties

    Properties

    content: string

    Complete TypeScript source code of the provider function.

    location: string

    File path for the generated provider.

    name: string & CamelCasePattern

    Provider function name in camelCase (e.g., "adminAuthorize", "userAuthorize").