UNPKG

161 BPlain TextView Raw
1export const authDefaults = {
2 host: "https://connect.lonelyplanet.com",
3 options: {
4 clientId: "foymu5r6sscxe",
5 scope: [
6 "openid",
7 ],
8 }
9};