Skip to content

@ubstream/ubstream-node-client-sdk / Exports / IPublicMediaAuthzUserWithHash

Interface: IPublicMediaAuthzUserWithHash

Object representing media scopes of a user.

Hierarchy

IPublicMediaAuthzUserWithHash

↳↳ IPublicMediaAuthzUserData

Table of contents

Properties

Properties

additionalScopes

Optional additionalScopes: IPublicMediaAdditionalScopes[]

Array of additional media scopes granted based on rules.

Inherited from

IPublicMediaAuthzUser.additionalScopes


displayName

displayName: string

The displayName of the user.

Inherited from

IPublicMediaAuthzUser.displayName


hash

hash: string

The hash of the grid, representing the state of the grid when the user get it.


id

id: string

The id a the user.

Inherited from

IPublicMediaAuthzUser.id


scopes

scopes: PublicMediaScope[]

Array of media scopes always granted.

Inherited from

IPublicMediaAuthzUser.scopes


username

username: string

The username of the user.

Inherited from

IPublicMediaAuthzUser.username