File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,11 +64,6 @@ paths:
6464 # Your OAuth2 client's Client ID must be added here. You can add
6565 # multiple client IDs to accept tokens from multiple clients.
6666 - " YOUR-CLIENT-ID"
67- - google_id_token_https :
68- audiences :
69- # Your OAuth2 client's Client ID must be added here. You can add
70- # multiple client IDs to accept tokens from multiple clients.
71- - " YOUR-CLIENT-ID"
7267definitions :
7368 echoMessage :
7469 properties :
@@ -102,16 +97,9 @@ securityDefinitions:
10297 x-jwks_uri : " https://www.googleapis.com/service_accounts/v1/jwk/YOUR-SERVICE-ACCOUNT-EMAIL"
10398 # This section configures authentication using Google OAuth2 ID Tokens.
10499 # ID Tokens can be obtained using OAuth2 clients, and can be used to access
105- # your API on behalf of a particular user. Depending on the account used to
106- # sign in, the x-issuer can either be accounts.google.com or
107- # https://accounts.google.com.
100+ # your API on behalf of a particular user.
108101 google_id_token :
109102 authorizationUrl : " "
110103 flow : " implicit"
111104 type : " oauth2"
112105 x-issuer : " accounts.google.com"
113- google_id_token_https :
114- authorizationUrl : " "
115- flow : " implicit"
116- type : " oauth2"
117- x-issuer : " https://accounts.google.com"
You can’t perform that action at this time.
0 commit comments