Gio.Credentials.prototype.to_string

function to_string(): String {
    // Gjs wrapper for g_credentials_to_string()
}
  

Creates a human-readable textual representation of credentials that can be used in logging and debug messages. The format of the returned string may change in future GLib release.

Since 2.26

Returns

A string that should be freed with GLib.free.