googleAuthUint8List static method
Google authentication using the ID token as raw bytes.
Implementation
static SyncCredentials googleAuthUint8List(Uint8List data) =>
SyncCredentialsSecret._(OBXSyncCredentialsType.GOOGLE_AUTH, data);
Google authentication using the ID token as raw bytes.
static SyncCredentials googleAuthUint8List(Uint8List data) =>
SyncCredentialsSecret._(OBXSyncCredentialsType.GOOGLE_AUTH, data);