Merge pull request #795 from geeknik/patch-38

Create gmail-api-client-secrets.yaml
patch-1
PD-Team 2021-02-03 17:04:15 +05:30 committed by GitHub
commit 7e3c2d863f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: gmail-api-client-secrets
info:
name: GMail API client_secrets.json
author: geeknik
severity: info
description: https://developers.google.com/gmail/api/auth/web-server
requests:
- method: GET
path:
- "{{BaseURL}}/client_secrets.json"
matchers-condition: and
matchers:
- type: word
words:
- "client_id"
- "auth_uri"
- "token_uri"
condition: and
- type: status
status:
- 200
- type: word
part: header
words:
- "application/json"