authenticateCompletable
abstract fun authenticateCompletable(parameters: MagicLinks.AuthParameters): CompletableFuture<AuthResponse>
Authenticate a user given a magic link. This endpoint verifies that the magic link token is valid, hasn't expired or been previously used.
Return
Parameters
parameters
required to authenticate