Package com.bandwidth
Interface AuthManager
- All Known Implementing Classes:
MessagingBasicAuthManager
,VoiceBasicAuthManager
public interface AuthManager
Interface for defining the behaviour of Authentication Classes.
-
Method Summary
Modifier and Type Method Description HttpRequest
apply(HttpRequest httpRequest)
Adds authentication to the given HttpRequestjava.util.concurrent.CompletableFuture<HttpRequest>
applyAsync(HttpRequest httpRequest)
Asynchronously adds authentication to the given HttpRequest
-
Method Details
-
apply
Adds authentication to the given HttpRequest- Throws:
ApiException
java.io.IOException
-
applyAsync
Asynchronously adds authentication to the given HttpRequest
-