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

package.dist.src.topic-client-props.d.ts Maven / Gradle / Ivy

The newest version!
import { CredentialProvider } from '.';
import { TopicConfiguration } from './config/topic-configuration';
export interface TopicClientProps {
    /**
     * Configuration settings for the topic client
     */
    configuration?: TopicConfiguration;
    /**
     * controls how the client will get authentication information for connecting to the Momento service
     */
    credentialProvider?: CredentialProvider;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy