vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View file

@ -18,7 +18,7 @@
"description": "Help the third party sites to implement federated login.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/identity-toolkit/v3/",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/nqNUKXhyI8_3LMpjgdRJC2oA0Oo\"",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/SCQE8OUikbz0fFVxNFeKFGW77G8\"",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
@ -385,7 +385,7 @@
}
}
},
"revision": "20171122",
"revision": "20180419",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"CreateAuthUriResponse": {
@ -663,6 +663,15 @@
"sessionId": {
"description": "The session_id passed by client.",
"type": "string"
},
"tenantId": {
"description": "For multi-tenant use cases, in order to construct sign-in URL with the correct IDP parameters, Firebear needs to know which Tenant to retrieve IDP configs from.",
"type": "string"
},
"tenantProjectNumber": {
"description": "Tenant project number to be used for idp discovery.",
"format": "uint64",
"type": "string"
}
},
"type": "object"
@ -1151,6 +1160,15 @@
"photoUrl": {
"description": "The photo url of the user.",
"type": "string"
},
"tenantId": {
"description": "For multi-tenant use cases, in order to construct sign-in URL with the correct IDP parameters, Firebear needs to know which Tenant to retrieve IDP configs from.",
"type": "string"
},
"tenantProjectNumber": {
"description": "Tenant project number to be used for idp discovery.",
"format": "uint64",
"type": "string"
}
},
"type": "object"
@ -1275,6 +1293,15 @@
"sessionId": {
"description": "Session ID, which should match the one in previous createAuthUri request.",
"type": "string"
},
"tenantId": {
"description": "For multi-tenant use cases, in order to construct sign-in URL with the correct IDP parameters, Firebear needs to know which Tenant to retrieve IDP configs from.",
"type": "string"
},
"tenantProjectNumber": {
"description": "Tenant project number to be used for idp discovery.",
"format": "uint64",
"type": "string"
}
},
"type": "object"
@ -1343,6 +1370,15 @@
"returnSecureToken": {
"description": "Whether return sts id token and refresh token instead of gitkit token.",
"type": "boolean"
},
"tenantId": {
"description": "For multi-tenant use cases, in order to construct sign-in URL with the correct IDP parameters, Firebear needs to know which Tenant to retrieve IDP configs from.",
"type": "string"
},
"tenantProjectNumber": {
"description": "Tenant project number to be used for idp discovery.",
"format": "uint64",
"type": "string"
}
},
"type": "object"

View file

@ -485,6 +485,15 @@ type IdentitytoolkitRelyingpartyCreateAuthUriRequest struct {
// SessionId: The session_id passed by client.
SessionId string `json:"sessionId,omitempty"`
// TenantId: For multi-tenant use cases, in order to construct sign-in
// URL with the correct IDP parameters, Firebear needs to know which
// Tenant to retrieve IDP configs from.
TenantId string `json:"tenantId,omitempty"`
// TenantProjectNumber: Tenant project number to be used for idp
// discovery.
TenantProjectNumber uint64 `json:"tenantProjectNumber,omitempty,string"`
// ForceSendFields is a list of field names (e.g. "AppId") to
// unconditionally include in API requests. By default, fields with
// empty values are omitted from API requests. However, any non-pointer,
@ -1146,6 +1155,15 @@ type IdentitytoolkitRelyingpartySignupNewUserRequest struct {
// PhotoUrl: The photo url of the user.
PhotoUrl string `json:"photoUrl,omitempty"`
// TenantId: For multi-tenant use cases, in order to construct sign-in
// URL with the correct IDP parameters, Firebear needs to know which
// Tenant to retrieve IDP configs from.
TenantId string `json:"tenantId,omitempty"`
// TenantProjectNumber: Tenant project number to be used for idp
// discovery.
TenantProjectNumber uint64 `json:"tenantProjectNumber,omitempty,string"`
// ForceSendFields is a list of field names (e.g. "CaptchaChallenge") to
// unconditionally include in API requests. By default, fields with
// empty values are omitted from API requests. However, any non-pointer,
@ -1286,6 +1304,15 @@ type IdentitytoolkitRelyingpartyVerifyAssertionRequest struct {
// createAuthUri request.
SessionId string `json:"sessionId,omitempty"`
// TenantId: For multi-tenant use cases, in order to construct sign-in
// URL with the correct IDP parameters, Firebear needs to know which
// Tenant to retrieve IDP configs from.
TenantId string `json:"tenantId,omitempty"`
// TenantProjectNumber: Tenant project number to be used for idp
// discovery.
TenantProjectNumber uint64 `json:"tenantProjectNumber,omitempty,string"`
// ForceSendFields is a list of field names (e.g. "AutoCreate") to
// unconditionally include in API requests. By default, fields with
// empty values are omitted from API requests. However, any non-pointer,
@ -1384,6 +1411,15 @@ type IdentitytoolkitRelyingpartyVerifyPasswordRequest struct {
// instead of gitkit token.
ReturnSecureToken bool `json:"returnSecureToken,omitempty"`
// TenantId: For multi-tenant use cases, in order to construct sign-in
// URL with the correct IDP parameters, Firebear needs to know which
// Tenant to retrieve IDP configs from.
TenantId string `json:"tenantId,omitempty"`
// TenantProjectNumber: Tenant project number to be used for idp
// discovery.
TenantProjectNumber uint64 `json:"tenantProjectNumber,omitempty,string"`
// ForceSendFields is a list of field names (e.g. "CaptchaChallenge") to
// unconditionally include in API requests. By default, fields with
// empty values are omitted from API requests. However, any non-pointer,