列出 Identity Toolkit 项目支持的所有默认 Idp 配置。
HTTP 请求
GET https://identitytoolkit.googleapis.com/admin/v2/{parent=projects/*}/defaultSupportedIdpConfigs
网址采用 gRPC 转码语法。
路径参数
参数 | |
---|---|
parent |
父资源名称,例如“projects/my-awesome-project”。 必须对指定的资源
|
查询参数
参数 | |
---|---|
pageSize |
需要返回的最大项数。 |
pageToken |
从上一个 List 请求返回的 nextPageToken 值(如果有)。 |
请求正文
请求正文必须为空。
响应正文
如果成功,则响应正文包含一个 ListDefaultSupportedIdpConfigsResponse
实例。
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/identitytoolkit
https://www.googleapis.com/auth/firebase
https://www.googleapis.com/auth/cloud-platform
如需了解详情,请参阅 Authentication Overview。