Uses of Interface
com.algorand.algosdk.algod.client.auth.Authentication
Package | Description |
---|---|
com.algorand.algosdk.algod.client | |
com.algorand.algosdk.algod.client.auth |
-
Uses of Authentication in com.algorand.algosdk.algod.client
Methods in com.algorand.algosdk.algod.client that return Authentication Modifier and Type Method Description Authentication
ApiClient. getAuthentication(java.lang.String authName)
Deprecated.Get authentication for the given name.Methods in com.algorand.algosdk.algod.client that return types with arguments of type Authentication Modifier and Type Method Description java.util.Map<java.lang.String,Authentication>
ApiClient. getAuthentications()
Deprecated.Get authentications (key: authentication name, value: authentication). -
Uses of Authentication in com.algorand.algosdk.algod.client.auth
Classes in com.algorand.algosdk.algod.client.auth that implement Authentication Modifier and Type Class Description class
ApiKeyAuth
Deprecated.class
HttpBasicAuth
Deprecated.class
OAuth
Deprecated.