Type alias UserEntity

UserEntity: {
    displayName: string;
    icon?: string;
    id?: any;
    name: string;
}

Supplies additional user account attributes when creating a new credential.

Type declaration

  • displayName: string

    A human-palatable name for the user account, intended only for display.

  • Optional icon?: string

    Deprecated

    This has been removed from the specification recommendations.

  • Optional id?: any

    The user handle of the user account.

  • name: string

    A human-palatable identifier for the user account, intended only for display to aid the user in determining the difference between user accounts with similar displayNames.

Generated using TypeDoc