You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### You use tokens to write applications that make authenticated requests to IBM Watson™ services without embedding service credentials in every call.
73
+
You use tokens to write applications that make authenticated requests to IBM Watson™ services without embedding service credentials in every call.
74
74
75
-
### You can write an authentication proxy in IBM® Bluemix® that obtains and returns a token to your client application, which can then use the token to call the service directly. This proxy eliminates the need to channel all service requests through an intermediate server-side application, which is otherwise necessary to avoid exposing your service credentials from your client application.
75
+
You can write an authentication proxy in IBM® Bluemix® that obtains and returns a token to your client application, which can then use the token to call the service directly. This proxy eliminates the need to channel all service requests through an intermediate server-side application, which is otherwise necessary to avoid exposing your service credentials from your client application.
76
76
77
77
```
78
78
using IBM.Watson.DeveloperCloud.Services.Conversation.v1;
@@ -88,7 +88,7 @@ void Start()
88
88
}
89
89
```
90
90
91
-
### There is a helper class included to obtain tokens from within your Unity application.
91
+
There is a helper class included to obtain tokens from within your Unity application.
0 commit comments