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

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

package com.pubnub.internal.endpoints.access

import com.pubnub.api.endpoints.access.RevokeToken
import com.pubnub.internal.EndpointImpl

class RevokeTokenImpl internal constructor(token: RevokeTokenInterface) :
    RevokeTokenInterface by token,
    RevokeToken,
    EndpointImpl(token)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy