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