Uses of Interface
com.amilesend.discogs.connection.auth.AuthVerifier
Packages that use AuthVerifier
-
Uses of AuthVerifier in com.amilesend.discogs.connection
Methods in com.amilesend.discogs.connection that return AuthVerifierModifier and TypeMethodDescriptionDiscogsConnection.getAuthVerifier()
The authorization verifier used to check if API calls require authentication prior to invoking the API.Methods in com.amilesend.discogs.connection with parameters of type AuthVerifierModifier and TypeMethodDescriptionDiscogsConnection.DiscogsConnectionBuilder.authVerifier
(AuthVerifier authVerifier) The authorization verifier used to check if API calls require authentication prior to invoking the API. -
Uses of AuthVerifier in com.amilesend.discogs.connection.auth
Classes in com.amilesend.discogs.connection.auth that implement AuthVerifierModifier and TypeClassDescriptionclass
Helper to verify authentication defined for specific API calls to fail early if not configured for required calls.class
A no-opAuthVerifier
so that all validation is performed server-side.