Package com.stripe.net
Interface Authenticator
- All Known Implementing Classes:
BearerTokenAuthenticator
public interface Authenticator
Represents a request authentication mechanism.
-
Method Summary
-
Method Details
-
authenticate
* Authenticate the request- Parameters:
request
- the request that need authentication.- Returns:
- the request with authentication headers applied.
- Throws:
StripeException
- on authentication errors.
-