| Interface | Description |
|---|---|
| AuthStrategy |
Interface implemented by classes that construct authorization headers according to the authentication type of the merchant.
|
| Class | Description |
|---|---|
| AppJWTStrategy | |
| AppTokenStrategy |
Authentication strategy that allows a merchant to make requests using an application token and an optional secret.
|
| AuthHeader | |
| LoginJWTStrategy |
Authentication strategy that allows a merchant to make requests using a JWT (Json Web Token).
|
| LoginTokenStrategy |
Authentication strategy that allows a merchant to make requests using a login token.
|
| UnauthenticatedStrategy |
Utility strategy that is used when making requests without providing credentials.
|
| UserCredentials |
Copyright © 2018 The Apache Software Foundation. All rights reserved.