@wharfkit/session - v4.0.1
    Preparing search index...

    Interface LoginPlugin

    Payload accepted by the [[Kit.login]] method.

    interface LoginPlugin {
        register: (context: LoginContext) => void;
    }

    Implemented by

    Index
    register: (context: LoginContext) => void