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

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