waifuim
    Preparing search index...

    Interface WaifuAuth

    Represents the configuration for specifying an authentication key See https://docs.waifu.im/docs/authentication

    interface WaifuAuth {
        apiKey?: string;
        jwt?: string;
    }
    Index

    Properties

    Properties

    apiKey?: string

    API Key

    jwt?: string

    JWT Token (Discord OAuth2)