Skip to content

Commit

Permalink
Merge pull request #901 from zvikarp/main
Browse files Browse the repository at this point in the history
chore: add warning for identity verification
  • Loading branch information
jennantilla authored Jul 3, 2024
2 parents dcd8d86 + 320e5c2 commit 354cdfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/onesignal_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ class OneSignal {
///
/// The act of logging a user into the OneSignal SDK will switch the
/// user context to that specific user.
@Deprecated(
'Do not use, this method is not implemented. See https://documentation.onesignal.com/docs/identity-verification for updates.')
static Future<void> loginWithJWT(String externalId, String jwt) async {
if (Platform.isAndroid) {
return await _channel.invokeMethod(
Expand Down

0 comments on commit 354cdfa

Please sign in to comment.