Uses of Interface
io.swagger.client.auth.Authentication
-
Packages that use Authentication Package Description io.swagger.client io.swagger.client.auth -
-
Uses of Authentication in io.swagger.client
Methods in io.swagger.client that return Authentication Modifier and Type Method Description Authentication
ApiClient. getAuthentication(String authName)
Get authentication for the given name.Methods in io.swagger.client 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 io.swagger.client.auth
Classes in io.swagger.client.auth that implement Authentication Modifier and Type Class Description class
ApiKeyAuth
class
HttpBasicAuth
class
OAuth
-