Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade to typed versions of jws and gtoken #183

Merged
merged 1 commit into from
Nov 21, 2017
Merged

chore: upgrade to typed versions of jws and gtoken #183

merged 1 commit into from
Nov 21, 2017

Conversation

JustinBeckwith
Copy link
Contributor

No description provided.

@JustinBeckwith JustinBeckwith requested review from ofrobots and a team November 20, 2017 00:57
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 20, 2017
export class JWT extends OAuth2Client {
email?: string;
keyFile?: string|null;
key?: string|null;
scopes?: string|string[]|null;
scope?: string|null;
subject?: string;
gToken: GoogleToken;

This comment was marked as spam.

This comment was marked as spam.

@@ -319,7 +286,6 @@ describe('JWT auth client', () => {
jwt.request({uri: 'http://bar'}, () => {
assert.equal('initial-access-token', jwt.credentials.access_token);
assert.equal(false, scope.isDone());
nock.cleanAll();

This comment was marked as spam.

This comment was marked as spam.

@JustinBeckwith JustinBeckwith changed the base branch from master to next November 21, 2017 03:58
@JustinBeckwith JustinBeckwith merged commit 7a0c748 into googleapis:next Nov 21, 2017
ofrobots pushed a commit to ofrobots/google-auth-library-nodejs that referenced this pull request Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants