diff --git a/login.html b/login.html index b237512..16bc4fc 100644 --- a/login.html +++ b/login.html @@ -38,6 +38,7 @@ Get Access & Refresh Tokens from Code

Response from /token

+

token endpoint URL: Nothing yet.

Nothing yet.

decoded access-token

Nothing yet.
@@ -48,7 +49,7 @@ onclick="makeApiCall();"> Make an API call with the access token -
Nothing yet.
+

API URL: Nothing yet.

Nothing yet.

Getting new access token without user interaction

The access tokens are the only tokens which are able to talk to the @@ -98,6 +99,8 @@ $('#state-param').html("No state"); } } + $('#urltoken').html( oauthServerTokenUrl ); + $('#apiurl').html( resourceProviderTestEndpoint ); $('#authorization_status').html( authstatus ); $('#state-param').html(params.state); if (params.error_uri) {