Interface AuthVerifier
- All Known Implementing Classes:
DefaultAuthVerifierImpl, NoOpAuthVerifier
public interface AuthVerifier
Interface for client-side auth verification for required API calls.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkIfAuthenticated
(com.amilesend.client.connection.auth.AuthManager<?> authManager) Checks to see if the given invocation has proper authorization configured prior to invoking the API.
-
Method Details
-
checkIfAuthenticated
void checkIfAuthenticated(com.amilesend.client.connection.auth.AuthManager<?> authManager) Checks to see if the given invocation has proper authorization configured prior to invoking the API.- Parameters:
authManager
- the configured authorization manager instance for the client connection
-