UNPKG

oauth-v2-client

Version:
7 lines (6 loc) 213 B
/** * Generate basic authentication header value * @param username username * @param password password */ export default function generateBasicAuthentication(username: string, password: string): string;