Watson: verschil tussen versies
Nieuwe pagina aangemaakt met '{{sys:back|page=Webdesign}} {{#tag:easytree| Watson :{{#tag:easyview|https://leafletjs.com/examples/quick-start/|type=iframe|thumbnail=Quickstart}} :To authenticate...' |
Geen bewerkingssamenvatting |
||
| Regel 4: | Regel 4: | ||
:{{#tag:easyview|https://leafletjs.com/examples/quick-start/|type=iframe|thumbnail=Quickstart}} | :{{#tag:easyview|https://leafletjs.com/examples/quick-start/|type=iframe|thumbnail=Quickstart}} | ||
:To authenticate with a service's API by using an access token, complete the following steps:<ref name="aut">informatie afkomstig van [https://cloud.ibm.com/docs/account?topic=account-iamapikeysforservices IBM]</ref> | :To authenticate with a service's API by using an access token, complete the following steps:<ref name="aut">informatie afkomstig van [https://cloud.ibm.com/docs/account?topic=account-iamapikeysforservices IBM]</ref> | ||
:1 - First, create an IBM Cloud API key if you have not already. | :1 - First, [https://cloud.ibm.com/docs/account?topic=account-userapikey#manage-user-keys create an IBM Cloud API key] if you have not already. | ||
:2 - The next step for the API client is the retrieval of an IAM access token, as described in Getting an IAM token from an API key. | :2 - The next step for the API client is the retrieval of an IAM access token, as described in [https://cloud.ibm.com/docs/account?topic=account-iamtoken_from_apikey Getting an IAM token from an API key]. | ||
:3 - From the response, extract the property access_token to get the IAM access token. expires_in indicates the seconds until the IAM access token access_token expires. Either use this relative value or the absolute time stamp expiration based in UNIX time. | :3 - From the response, extract the property access_token to get the IAM access token. expires_in indicates the seconds until the IAM access token access_token expires. Either use this relative value or the absolute time stamp expiration based in UNIX time. | ||
:4 - Send the IAM access token as described in RFC 6750, section 2.1. Authorization Request Header Field: | :4 - Send the IAM access token as described in RFC 6750, section 2.1. Authorization Request Header Field: | ||