Flarum (v2.0.0-beta.4)
    Preparing search index...
    interface IAuthMethodModalAttrs {
        host?: string;
        onsubmit: (type: string, host: string, token: string) => void;
        token?: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    host?: string
    onsubmit: (type: string, host: string, token: string) => void
    token?: string
    type?: string