![JAR search and dependency download from the Maven repository](/logo.png)
com.sap.cloud.rest.api.client.auth.Authentication Maven / Gradle / Ivy
package com.sap.cloud.rest.api.client.auth;
import com.sap.cloud.rest.api.client.config.RestApiClientConfig;
/**
* An interface that represents an authentication used by
* {@link RestApiClientConfig}
*
*/
public interface Authentication {
/**
* @return Returns the {@link AuthenticationType} value.
*/
AuthenticationType getAuthenticationType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy