Virtual Method

FoundryAuthProviderprompt

Declaration [src]

DexFuture*
prompt (
  FoundryAuthProvider* self,
  FoundryAuthPrompt* prompt
)

Description

No description available.

Parameters

prompt

Type: FoundryAuthPrompt

A FoundryAuthPrompt.

The data is owned by the caller of the method.

Return value

Type: DexFuture

A DexFuture that resolves to any value when the prompt has been completed by the user.

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