Uses of Interface
com.twitter.clientlib.auth.Authentication
-
Packages that use Authentication Package Description com.twitter.clientlib com.twitter.clientlib.auth -
-
Uses of Authentication in com.twitter.clientlib
Methods in com.twitter.clientlib that return Authentication Modifier and Type Method Description Authentication
ApiClient. getAuthentication(String authName)
Get authentication for the given name.Methods in com.twitter.clientlib that return types with arguments of type Authentication Modifier and Type Method Description Map<String,Authentication>
ApiClient. getAuthentications()
Get authentications (key: authentication name, value: authentication). -
Uses of Authentication in com.twitter.clientlib.auth
Classes in com.twitter.clientlib.auth that implement Authentication Modifier and Type Class Description class
ApiKeyAuth
class
HttpBasicAuth
class
HttpBearerAuth
class
OAuth
-