Method

AgsAuthenticationManageris_session_active

since: 3.0.0

Declaration [src]

gboolean
ags_authentication_manager_is_session_active (
  AgsAuthenticationManager* authentication_manager,
  GObject* security_context,
  gchar* user_uuid,
  gchar* security_token
)

Description [src]

Check if session is active.

Available since: 3.0.0

Parameters

security_context

Type: GObject

The security context.

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

Type: gchar*

The user’s UUID.

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 active, otherwise FALSE.