authenticate


Description:

public virtual signal void authenticate (Message msg, Auth auth, bool retrying)

Emitted when the manager requires the application to provide authentication credentials.

Session connects to this signal and emits its own authenticate signal when it is emitted, so you shouldn't need to use this signal directly.

Parameters:

msg

the Message being sent

auth

the Auth to authenticate

retrying

true if this is the second (or later) attempt