GrantToken

Functions

Link copied to clipboard
abstract fun async(callback: Consumer<Result<Output>>)
Link copied to clipboard
abstract fun authorizedUUID(authorizedUUID: String): GrantToken
Link copied to clipboard
abstract fun channelGroups(channelGroups: List<ChannelGroupGrant>): GrantToken
Link copied to clipboard
abstract fun channels(channels: List<ChannelGrant>): GrantToken
Link copied to clipboard
abstract fun meta(meta: Any): GrantToken
Link copied to clipboard
Link copied to clipboard
abstract fun overrideConfiguration(configuration: PNConfiguration): Endpoint<T>

Allows to override certain configuration options (see com.pubnub.api.v2.PNConfigurationOverride.Builder) for this request only.

Link copied to clipboard
abstract fun retry()
Link copied to clipboard
abstract fun silentCancel()
Link copied to clipboard
abstract fun sync(): Output
Link copied to clipboard
abstract fun ttl(ttl: Integer): GrantToken
Link copied to clipboard
abstract fun uuids(uuids: List<UUIDGrant>): GrantToken