simplelogin-client
    Preparing search index...

    Interface SettingDomain

    SettingDomain

    interface SettingDomain {
        domain: string;
        isCustom: boolean;
    }
    Index

    Properties

    Properties

    domain: string

    The domain name available for random alias creation

    SettingDomain

    isCustom: boolean

    Whether the domain belongs to the user (true) or the platform (false)

    SettingDomain