Login credentials used to authenticate a Deephaven client session.

Hierarchy

  • LoginCredentials

Constructors

Properties

Constructors

Properties

token?: string

The authentication token.

type?: string

The token type, such as dh.LOGIN_TYPE_PASSWORD, dh.LOGIN_TYPE_ANONYMOUS, or the name of a custom authentication handler.

username?: string

The username to authenticate with, if applicable.