Sfoglia il codice sorgente

Improved API docs.

Maciej Bukowski 7 anni fa
parent
commit
e1d7b1dd19
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      packages/ckeditor5-cloud-services/src/cloudservices.js

+ 2 - 1
packages/ckeditor5-cloud-services/src/cloudservices.js

@@ -32,7 +32,8 @@ export default class CloudServices extends Plugin {
 		}
 
 		/**
-		 * The authentication token URL for CKEditor Cloud Services.
+		 * The authentication token URL for CKEditor Cloud Services or a callback to the token value promise. See the
+		 * {@link module:cloud-services/cloudservices~CloudServicesConfig#tokenUrl} for more details.
 		 *
 		 * @readonly
 		 * @member {String|Function|undefined} #tokenUrl