All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pubnub.internal.endpoints.access.GrantInterface.kt Maven / Gradle / Ivy

package com.pubnub.internal.endpoints.access

import com.pubnub.api.endpoints.HasOverridableConfig

interface GrantInterface : HasOverridableConfig {
    val read: Boolean
    val write: Boolean
    val manage: Boolean
    val delete: Boolean
    val get: Boolean
    val update: Boolean
    val join: Boolean
    val ttl: Int
    val authKeys: List
    val channels: List
    val channelGroups: List
    val uuids: List
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy