Method

FoundryAcpConnectionauthenticate

unstable since: 1.2

Declaration [src]

DexFuture*
foundry_acp_connection_authenticate (
  FoundryAcpConnection* self,
  const char* method_id
)

Description [src]

Requests authentication using method_id.

Available since: 1.2

Parameters

method_id

Type: const char*

The ACP authentication method identifier.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: DexFuture

A DexFuture.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.