Uses of Interface
org.openapitools.client.auth.Authentication
-
Packages that use Authentication Package Description org.openapitools.client org.openapitools.client.auth -
-
Uses of Authentication in org.openapitools.client
Methods in org.openapitools.client that return Authentication Modifier and Type Method Description AuthenticationApiClient. getAuthentication(String authName)Get authentication for the given name.Methods in org.openapitools.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 org.openapitools.client.auth
Classes in org.openapitools.client.auth that implement Authentication Modifier and Type Class Description classApiKeyAuthclassHttpBasicAuthclassHttpBearerAuth
-