Uses of Class
com.twilio.rest.oauth.v1.TokenCreator
-
Packages that use TokenCreator Package Description com.twilio.rest.oauth.v1 -
-
Uses of TokenCreator in com.twilio.rest.oauth.v1
Methods in com.twilio.rest.oauth.v1 that return TokenCreator Modifier and Type Method Description static TokenCreatorToken. creator(String grantType, String clientSid)TokenCreatorTokenCreator. setClientSecret(String clientSecret)TokenCreatorTokenCreator. setClientSid(String clientSid)TokenCreatorTokenCreator. setCode(String code)TokenCreatorTokenCreator. setCodeVerifier(String codeVerifier)TokenCreatorTokenCreator. setDeviceCode(String deviceCode)TokenCreatorTokenCreator. setDeviceId(String deviceId)TokenCreatorTokenCreator. setGrantType(String grantType)TokenCreatorTokenCreator. setRefreshToken(String refreshToken)
-