列出所有預設支援的 Idp。
HTTP 要求
GET https://identitytoolkit.googleapis.com/admin/v2/defaultSupportedIdps
這個網址使用 gRPC 轉碼語法。
查詢參數
參數 | |
---|---|
pageSize |
傳回的項目數量上限。 |
pageToken |
先前的 List 要求 (如果有的話) 傳回的 nextPageToken 值。 |
要求主體
要求主體必須為空白。
回應主體
回應:defaultSupportedIdps.list
如果成功,回應主體會含有以下結構的資料:
JSON 表示法 |
---|
{
"defaultSupportedIdps": [
{
object ( |
欄位 | |
---|---|
defaultSupportedIdps[] |
設定組合。 |
nextPageToken |
用來擷取下一頁結果的符記;如果清單中沒有其他結果,這個欄位會是空白的。 |
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/identitytoolkit
https://www.googleapis.com/auth/firebase
https://www.googleapis.com/auth/cloud-platform
詳情請參閱 Authentication Overview。
DefaultSupportedIdp
標準 Identity Toolkit 信任的 IDP。
JSON 表示法 |
---|
{ "idpId": string, "description": string } |
欄位 | |
---|---|
idpId |
Id 的 Idp |
description |
IdP 說明 |