feedbaby-client
Version:
Client for the FeedBaby App
12 lines (11 loc) • 330 B
TypeScript
import { Authentication } from "../FeedBabyClient";
export declare class AuthParameters {
private static validPassphrase;
validate(auth: Authentication): void;
create(auth: Authentication): {
[key: string]: string;
};
private static pad;
private static paddedMonth;
private static paddedDay;
}