> ## 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 an FC 12 user.

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

The methods of this class are described below.

## Constructor Details

```
public Credentials(String user, String password)
```

Creates a credentials object.

**Parameters:**

* user – the user's name in FC 12
  * password – the user's password for accessing FC 12
