> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Credentials class

> Reference for the Credentials class in the FlexiCaptureConnector library, which stores the login and password used to authenticate a FlexiCapture 12 user.

The `Credentials` class is in the `com.abbyy.connectors.models` namespace. It stores the login and password of the ABBYY FlexiCapture 12 user.

## Constructor

```java theme={null}
public Credentials(String user, String password)
```

Creates a credentials object.

### Parameters

* **user** – The user's name in ABBYY FlexiCapture 12.
* **password** – The user's password for accessing ABBYY FlexiCapture 12.
