Method

FoundryAuthPromptquery

Declaration [src]

DexFuture*
foundry_auth_prompt_query (
  FoundryAuthPrompt* self
)

Description [src]

Wait for the user to populate auth information.

Return value

Type: DexFuture

A DexFuture that resolves to any value if the auth prompt was successfully completed by the user.

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