Service: Credentials

This API is not yet officially released neither maintained.

Service to store the NodeRed credentials.

It is used to implement the custom storage API: https://nodered.org/docs/api/storage/

Table 1. Available methods
Method Request Response

Set

CredentialsSetRequest

google.protobuf.Empty

Get

google.protobuf.Empty

CredentialsGetResponse

Set

Set credentials

Request

Credentials set request

Table 2. Available fields in blickfeld.flow.services.CredentialsSetRequest
Field Type Default Unit

credentials

google.protobuf.Struct

-

-

Credentials which should be stored

Generic JSON format which is defined by NodeRed.

Get

Get credentials

Response

Credentails get response

Table 3. Available fields in blickfeld.flow.services.CredentialsGetResponse
Field Type Default Unit

credentials

google.protobuf.Struct

-

-

Current credentials

Generic JSON format which is defined by NodeRed.