package.dist.src.leaderboard-client-props.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Client SDK for Momento services
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