Method

AgsAuthenticationManagerlogout

since: 3.0.0

Declaration [src]

gboolean
ags_authentication_manager_logout (
  AgsAuthenticationManager* authentication_manager,
  GObject* security_context,
  gchar* login,
  gchar* security_token
)

Description [src]

Logout.

Available since: 3.0.0

Parameters

security_context

Type: GObject

The AgsSecurityContext.

The data is owned by the caller of the function.
login

Type: gchar*

The login.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
security_token

Type: gchar*

The security token.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if logout was successful, otherwise FALSE.