Mengkueri izin aplikasi yang telah ditentukan sebelumnya.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppType |
string |
No |
Tipe aplikasi. Nilai valid:
Jika parameter ini kosong, izin pada semua tipe aplikasi akan dikueri. |
WebApp |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| PredefinedScopes |
object |
||
| PredefinedScope |
array<object> |
The information about application permissions. |
|
|
object |
|||
| Description |
string |
The description of the permission scope. |
用于获取用户的OpenID(默认权限范围,不可移除) |
| Name |
string |
The name of the permission scope. |
openid |
| RequestId |
string |
The request ID. |
955C096D-EC99-480B-AF37-3921109107D0 |
Contoh
Respons sukses
JSONformat
{
"PredefinedScopes": {
"PredefinedScope": [
{
"Description": "用于获取用户的OpenID(默认权限范围,不可移除)",
"Name": "openid"
}
]
},
"RequestId": "955C096D-EC99-480B-AF37-3921109107D0"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.