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

com.sap.cds.repackaged.audit.client.impl.ClientIdentityFactory Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.sap.cds.repackaged.audit.client.impl;

import com.sap.cloud.security.config.ClientIdentity;

public interface ClientIdentityFactory {
    ClientIdentity createClientIdentity(OAuthCredentials oauthCredentials);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy