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
)
Parameters
security_context
-
Type:
GObject
The security context.
The data is owned by the caller of the method. user_uuid
-
Type:
gchar*
The user’s UUID.
The data is owned by the caller of the method. 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 method. The value is a NUL terminated UTF-8 string.