AutoBE
    Preparing search index...

    Authorization state the helper guarantees for its first connection.

    interface IProvidedAuthorization {
        actor: string;
        roles: string[] | null;
        roleSource: "explicit" | "unknown" | "default";
    }
    Index

    Properties

    actor: string

    Actor authenticated on the first connection parameter.

    roles: string[] | null

    Business roles guaranteed for the actor, or null when the helper does not prove a specific role/grade.

    roleSource: "explicit" | "unknown" | "default"

    How the role guarantee was established. unknown means consumers must not assume the connection satisfies grade-restricted operations.