Method

ValentChannelget_verification_key

unstable since: 1.0

Declaration [src]

const char*
valent_channel_get_verification_key (
  ValentChannel* channel
)

Description [src]

Get a verification key for the connection.

Implementations that involve exchanging a key should return a string for the user to authenticate the connection, similar to a Bluetooth PIN.

Available since: 1.0

Return value

Type: const char*

A verification key.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.