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

com.twilio.jwt.client.Scope Maven / Gradle / Ivy

There is a newer version: 10.7.0
Show newest version
package com.twilio.jwt.client;

import java.io.UnsupportedEncodingException;

/**
 * Token to access features of Twilio Client.
 */
public interface Scope {

    public String getPayload() throws UnsupportedEncodingException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy