diff --git a/classes/BasicAuth.html b/classes/BasicAuth.html index a579f017..82ba605e 100644 --- a/classes/BasicAuth.html +++ b/classes/BasicAuth.html @@ -1,5 +1,5 @@ -
Optional
Readonly
passwordReadonly
typeReadonly
usernamePrivate
Readonly
iterPrivate
Readonly
iterPerforms the specified action for each element.
A function that accepts a QueryResult. forEach calls the fn function one time for each QueryResult.
-Iterator for the query result data.
-Private
Readonly
clientPrivate
queryPrivate
Readonly
clientPrivate
queryRetrieves the next QueryResult available. If there's no nextUri then there are no more +
Retrieves the next QueryResult available. If there's no nextUri then there are no more results and the query reached a completion state, successful or failure.
The next set of results.
-
Calls a defined callback function on each QueryResult. The return value of the callback function is the accumulated +