SyncCredentials constructor
SyncCredentials(
- String _jwt,
- SyncCredentialsType _type
Implementation
SyncCredentials(this._jwt, this._type);
SyncCredentials(this._jwt, this._type);