> ## 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 クラス

> FlexiCaptureConnector ライブラリ内の Credentials クラスのリファレンス。FC 12 ユーザーの認証に使用されるログイン名とパスワードを格納します。

*Credentials* クラスは、*com.abbyy.connectors.models* 名前空間にあります。FC 12 ユーザーのログイン名とパスワードを格納します。

このクラスのメソッドについては、以下で説明します。

<div id="constructor-details">
  ## コンストラクターの詳細
</div>

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

credentials オブジェクトを作成します。

**パラメーター:**

* user – FC 12でのユーザー名
  * password – FC 12へのアクセスに使用するユーザーのパスワード
