
com.twilio.jwt.client.Scope Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twilio Show documentation
Show all versions of twilio Show documentation
Twilio Java Helper Library
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