Method

FoundryAuthPromptset_prompt_value

Declaration [src]

void
foundry_auth_prompt_set_prompt_value (
  FoundryAuthPrompt* self,
  const char* id,
  const char* value
)

Description

No description available.

Parameters

id

Type: const char*

No description available.

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

Type: const char*

No description available.

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