UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

4 lines (3 loc) 189 B
export declare const CODE_CHALLENGE_METHOD = "S256"; export declare const generateCodeVerifier: () => string; export declare const calculateCodeChallenge: (codeVerifier: string) => string;