@nextcloud/auth

    Interface NextcloudUser

    interface NextcloudUser {
        displayName: null | string;
        isAdmin: boolean;
        uid: string;
    }
    Index

    Properties

    displayName: null | string
    isAdmin: boolean
    uid: string
    MMNEPVFCICPMFPCPTTAAATR