updated text

This commit is contained in:
Chuck Copello 2016-11-30 13:43:18 -05:00
parent 12ed5ccc43
commit 4b3ed3733c

View file

@ -118,10 +118,8 @@ expose-token::
The default value is _false_. The default value is _false_.
credentials:: credentials::
Not required for public clients or where the client is "bearer-only."
Specify the credentials of the application. This is an object notation where the key is the credential type and the value is the value of the credential type. Specify the credentials of the application. This is an object notation where the key is the credential type and the value is the value of the credential type.
Currently `password` and `jwt` is supported. Currently password and jwt is supported. This is _REQUIRED_ only for clients with 'Confidential' access type.
This is _REQUIRED_.
connection-pool-size:: connection-pool-size::
Adapters will make separate HTTP invocations to the {{book.project.name}} server to turn an access code into an access token. Adapters will make separate HTTP invocations to the {{book.project.name}} server to turn an access code into an access token.