Interface AsyncDirectorySessionWaitForLoadedResult

Represents a Wait for popup authentication promise result.

This value is used with asyncWaitForPopupAuthentication.


Sessions

See

Hierarchy

  • AsyncDirectorySessionWaitForLoadedResult

Properties

Properties

error?: string

The error message if any.

This is only relevant for OpenResult_LoginFailed.

This value is the same than the attachment of LoginFailed.

See

LoginFailed

The reason for the end of the promise.

The connection data in case of success (reason === AsyncDirectorySessionWaitForLoadedResultReason.OpenResult_LoginSuccess).