Package com.twilio.credential
Class CredentialProvider
- java.lang.Object
-
- com.twilio.credential.CredentialProvider
-
- Direct Known Subclasses:
ClientCredentialProvider,OrgsClientCredentialProvider
public abstract class CredentialProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description CredentialProvider(EnumConstants.AuthType authType)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract AuthStrategytoAuthStrategy()
-
-
-
Constructor Detail
-
CredentialProvider
public CredentialProvider(EnumConstants.AuthType authType)
-
-
Method Detail
-
toAuthStrategy
public abstract AuthStrategy toAuthStrategy()
-
-