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

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

The newest version!
import { CredentialProvider, LeaderboardConfiguration } from '.';
export interface LeaderboardClientProps {
    /**
     * Configuration settings for the leaderboard client
     */
    configuration?: LeaderboardConfiguration;
    /**
     * controls how the client will get authentication information for connecting to the Momento service
     */
    credentialProvider?: CredentialProvider;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy