get_auth_user


Description:

public unowned string? get_auth_user ()

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

Parameters:

this

a ClientContext

Returns:

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