{ "token": "" }
{ "Authorization": Basic + base64(appId:appSecret) }
{ "token": "", "client_id": "", // 从 Authing 控制台获取应用的 app id "client_secret": "" // 从 Authing 控制台获取应用的 app secret }
{ "token": "", "client_id": "" }
curl --location --request POST 'https://core.authing.cn/oidc/token/introspection'
{ "active": true, "sub": "61b17a652676b552e68fb2e7", "client_id": "61b882e425db2b52691ec30e", "exp": 1643627425, "iat": 1642417825, "iss": "https://core.authing.cn/oidc", "jti": "wImXByBqa0NMTchazkt-N", "scope": "address openid offline_access phone email profile", "token_type": "Bearer" }