Function
Dextls_interaction_ask_password
unstable since: 1.2
Declaration [src]
DexFuture*
dex_tls_interaction_ask_password (
GTlsInteraction* interaction,
GTlsPassword* password
)
Parameters
interaction-
Type:
GTlsInteractionThe data is owned by the caller of the function. password-
Type:
GTlsPasswordA
GTlsPassword.The data is owned by the caller of the function.
Return value
Type: DexFuture
A DexFuture that resolves to a
GTlsInteractionResult or rejects with error.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |