Skip to content

Commit

Permalink
feat(kmp): add authToken property for KMPPubNubConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Oct 16, 2024
1 parent 7ec9708 commit e6201a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/PubNub/KMP/KMPPubNub.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,9 @@ public class KMPPubNubConfiguration: NSObject {
public var authKey: String? {
configuration.authKey
}

@objc
public var authToken: String? {
configuration.authToken
}
}

0 comments on commit e6201a4

Please sign in to comment.