Interface ISession

Hierarchy

  • ISession

Properties

Attributes: {
    [k: string]: string;
}[]

User specific attributes

Optional

Example

[  { "<Attribute1>": "value1a" },
{ "<Attribute1>": "value1b" }, [attributes are not unique]
{ "<Attribute2>": "" }, [value can be empty]
{ "<Attribute3>": "value3" },
...]
NewUser?: boolean

Optional

SessionId: string
UserDirectory: string
UserId: string