credentials property
Iterable<Credential>
get
credentials
List of saved authentication tokens.
Modifying this field will not write changes to the disk. You have to call
flush to save changes.
Implementation
// ignore: comment_references
/// [flush] to save changes.
Iterable<Credential> get credentials => _loadCredentials();