SessionStatusNotify¶
Public Behaviours¶
pg_session_connected¶
Called when we have connected to the server but haven't yet tried to authenticate.
Parameters¶
- session: Session tag
pg_session_connection_failed¶
Called when we have failed to connect to the server before attempting to authenticate.
Parameters¶
- session: Session tag
pg_session_authenticated¶
Called when we have successfully authenticated with the server.
Parameters¶
- session: Session tag
pg_session_authentication_failed¶
Called if we have failed to successfully authenicate with the server.
be pg_session_authentication_failed(
session: Session tag,
reason: (InvalidAuthenticationSpecification val | InvalidPassword val))
Parameters¶
- session: Session tag
- reason: (InvalidAuthenticationSpecification val | InvalidPassword val)
pg_session_shutdown¶
Parameters¶
- session: Session tag