can_store


Description:

public bool can_store (Source source)

Returns whether the source can store its credentials.

When false is returned, an attempt to call store or store_sync will fail for this source.

Parameters:

this

an SourceCredentialsProvider

source

an Source

Returns:

true, when the credentials storing for source is possible, false otherwise.