completed


Description:

public signal void completed (bool gained_authorization)

Emitted when the authentication session has been completed or cancelled.

The gained_authorization parameter is true only if the user successfully authenticated.

Upon receiving this signal, the user should free session using unref.

Parameters:

gained_authorization

true only if the authorization was successfully obtained.