We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcd8d86 + 320e5c2 commit 354cdfaCopy full SHA for 354cdfa
lib/onesignal_flutter.dart
@@ -66,6 +66,8 @@ class OneSignal {
66
///
67
/// The act of logging a user into the OneSignal SDK will switch the
68
/// user context to that specific user.
69
+ @Deprecated(
70
+ 'Do not use, this method is not implemented. See https://documentation.onesignal.com/docs/identity-verification for updates.')
71
static Future<void> loginWithJWT(String externalId, String jwt) async {
72
if (Platform.isAndroid) {
73
return await _channel.invokeMethod(
0 commit comments