Class SessionUserInfo.

SessionUserInfo

interface SessionUserInfo {
    UserId?: string;
    UserName?: null | string;
}

Properties

Properties

UserId?: string

Gets or sets the user identifier.

SessionUserInfo

UserName?: null | string

Gets or sets the name of the user.

SessionUserInfo