ClientContext.getAuthUser

Checks whether the request associated with @client has been authenticated, and if so returns the username that the client authenticated as.

class ClientContext
string
getAuthUser
()

Return Value

Type: string

the authenticated-as user, or %NULL if the request was not authenticated.

Meta