const googleAuth = require('google-auth-library');
const SCOPES = ['https://www.googleapis.com/auth/cloud-platform'];
async function getAccessToken() {
const serviceAccount = require('/path/to/service_account_key.json');
const jwtClient = new googleAuth.JWT(
serviceAccount.client_email,
null,
serviceAccount.private_key,
SCOPES,
null
);
return jwtClient.authorize().then((tokens) => tokens.access_token);
}
top of page
The official website of the r reality series
​
Staring
​
​​
&
Scott
B.
Littleton
Daniel
Taylor
Murdock
Scott
B.
Littleton
Daniel
Taylor
Murdock
Take Rehoboth
Take Rehoboth
bottom of page