All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jp.gopay.sdk.models.common.auth.UnauthenticatedStrategy Maven / Gradle / Ivy

package jp.gopay.sdk.models.common.auth;

/**
 * Utility strategy that is used when making requests without providing credentials.
 */
public class UnauthenticatedStrategy implements AuthStrategy{

    @Override
    public AuthHeader getAuthHeader() {
        return AuthHeader.unauthenticated();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy