Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 816 Bytes

File metadata and controls

38 lines (25 loc) · 816 Bytes
code type title description
true
page
getAllCredentialFields
Retrieves the list of fields accepted by authentication strategies.

getAllCredentialFields

Retrieves the list of fields accepted by authentication strategies.


getAllCredentialFields([options]);

Property Type Description
options
object
Query options

options

Additional query options

Property Type
(default)
Description
queuable
boolean

(true)
If true, queues the request during downtime, until connected to Kuzzle again

Resolves

An object with one property set per authentication strategy, each being an array of accepted field names.

Usage

<<< ./snippets/get-all-credential-fields.js