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

package.dist.src.internal.auth-client-all-props.d.ts Maven / Gradle / Ivy

The newest version!
import { CredentialProvider } from '@gomomento/sdk-core';
import { AuthClientProps } from '../auth-client-props';
export interface AuthClientAllProps extends AuthClientProps {
    credentialProvider: CredentialProvider;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy