authListener property

T authListener

An instance of the AuthListener that is used to notify about the current state of the authentication process.

Implementation

T get authListener;
void authListener=(T listener)

An instance of the AuthListener that is used to notify about the current state of the authentication process.

Implementation

set authListener(T listener);