Service: Session

This API is officially released and maintained.

Session service which implements all methods for session-bound security features.

A session is recreated after the following events: Power-cycle of the device Every day (UTC) Manual invalidation via gRPC call

Table 1. Available methods
Method Request Response

GetNonce

google.protobuf.Empty

SessionGetNonceResponse

Invalidate

google.protobuf.Empty

google.protobuf.Empty

GetNonce

Get cryptographic session nonce.

Response

Response for GetNonce request.

Table 2. Available fields in blickfeld.secure.services.SessionGetNonceResponse
Field Type Default Unit

nonce

string

-

-

Cryptographic session nonce.

Invalidate

Invalidates the current session. A new session will be created automatically.