Credentials.isSameUser

Checks if credentials and other_credentials is the same user. This operation can fail if GCredentials is not supported on the the OS. Since 2.26

class Credentials
int
isSameUser

Parameters

otherCredentials Credentials

A GCredentials.

Return Value

Type: int

TRUE if credentials and other_credentials has the same user, FALSE otherwise or if error is set.

Throws

GException on failure.

Meta