Skip to content

Commit

Permalink
AccessManager is based on PAM V3 token instead of PAM V2 authKey.
Browse files Browse the repository at this point in the history
We encourage new customers to use PAM V3 instead of V2.

PAM V3 has pubnub.setToken(token) method to update token whereas in V2 to update authKey it was required to instancionate PubNub with new authKey
  • Loading branch information
marcin-cebo committed Oct 15, 2024
1 parent 722b7ad commit 332d966
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import com.pubnub.api.models.consumer.access_manager.v3.UUIDGrant
import com.pubnub.api.v2.callbacks.Result
import com.pubnub.chat.Channel
import com.pubnub.chat.Event
import com.pubnub.chat.Membership
import com.pubnub.chat.internal.message.MessageImpl
import com.pubnub.chat.listenForEvents
import com.pubnub.chat.types.EventContent
Expand Down

0 comments on commit 332d966

Please sign in to comment.