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 HttpRequest
    java.util.concurrent.CompletableFuture<HttpRequest> applyAsync​(HttpRequest httpRequest)
    Asynchronously adds authentication to the given HttpRequest