SyncCredentials class

Credentials used to authenticate a sync client against a server.

Constructors

SyncCredentials.googleAuthString(String data)
Google authentication.
SyncCredentials.googleAuthUint8List(Uint8List _data)
Google authentication.
SyncCredentials.none()
No credentials - usually only for development purposes with a server configured to accept all connections without authentication.
SyncCredentials.sharedSecretString(String data)
Shared secret authentication.
SyncCredentials.sharedSecretUint8List(Uint8List _data)
Shared secret authentication.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited