UserAuthenticated method

This method is used to specify the name of a user that should be considered authenticated. When this method is called, an eRoom session is created for the user with the specified login name, and the session is sent back as part of the response to the client.

Syntax


C++

HRESULT UserAuthenticated(BSTR Name)

Scripting languages

Set Object.UserAuthenticated = Name

Parameters


name

The name of a user that should be authenticated.

Return value


C++

The return code.

Scripting languages

None

Home

Applies to

IERUSEvent_Authenticate_Before