We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8039e02 commit ae90279Copy full SHA for ae90279
spec/fixtures/mockrequest.ts
@@ -68,7 +68,7 @@ export function mockFetchPublicKeys(): nock.Scope {
68
*/
69
export function generateIdToken(projectId: string): string {
70
const claims = {};
71
- const options = {
+ const options: jwt.SignOptions = {
72
audience: projectId,
73
expiresIn: 60 * 60, // 1 hour in seconds
74
issuer: 'https://securetoken.google.com/' + projectId,
0 commit comments