File size: 271 Bytes
19e88d2
 
 
 
1
2
3
4
import type { CredentialsParams } from "../types/public";
export declare function checkAccessToken(accessToken: string): void;
export declare function checkCredentials(params: Partial<CredentialsParams>): string | undefined;
//# sourceMappingURL=checkCredentials.d.ts.map