[ Version ( since = "2.0" ) ]
public async bool verify_secret (string secret, Cancellable? cancellable) throws Error
Verifies the given secret.
this |
the Identity. |
secret |
the secret (password) to be verified. |
cancellable |
optional Cancellable object, null to ignore. |
callback |
a callback which will be called when the verification is done. |
user_data |
user data to be passed to the callback. |