我有claims/Auth_token
信息,看起来像
{
"claims": null,
"auth_token": "ABCDEFGHIJKLMNOP==",
"refresh_token": null,
"auth_token_expiration": "2012-09-04T06:59:13.1343331-04:00",
"refresh_token_expiration": "2013-05-01T06:59:13.1343331-04:00",
"token_type": "urn:Test1:Test2:grant-type:trusted_issuer"
}
url=www.testuri.com
使用它我需要创建一个实用程序,该实用程序使用上面提到的声明信息获取 uri 的访问令牌。