Skip to main content
Module

x/dropserver_app/users.ts>User

Library that helps you create Dropserver applications
Latest
interface User
import { type User } from "https://deno.land/x/dropserver_app@v0.2.1/users.ts";

User represents an appspace user.

Properties

proxyId: string

proxyID is the unique string key that identifies the user in an appspace.

displayName: string

Display name to use for the user.

avatar: string

filename of the avatar for the user