AuthPlugin: {
    methods: {
        authenticate: {
            I: typeof AuthenticationRequest;
            O: typeof AuthenticationResponse;
            kind: Unary;
            name: "Authenticate";
        };
    };
    typeName: "v1.AuthPlugin";
} = ...

AuthPlugin is the service definition for a Webmesh auth plugin.

Type declaration

Generated

from service v1.AuthPlugin

Generated using TypeDoc