---
lang: en
title: 'API docs: authentication-jwt.usercredentials'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/authentication-jwt
permalink: /doc/en/lb4/apidocs.authentication-jwt.usercredentials.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/authentication-jwt](./authentication-jwt.md) &gt; [UserCredentials](./authentication-jwt.usercredentials.md)

## UserCredentials class

**Signature:**

```typescript
export declare class UserCredentials extends Entity 
```
**Extends:** Entity

## Constructors

<table><thead><tr><th>

Constructor


</th><th>

Modifiers


</th><th>

Description


</th></tr></thead>
<tbody><tr><td markdown="1">

[(constructor)(data)](./authentication-jwt.usercredentials._constructor_.md)


</td><td markdown="1">


</td><td markdown="1">

Constructs a new instance of the `UserCredentials` class


</td></tr>
</tbody></table>

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td markdown="1">

[id](./authentication-jwt.usercredentials.id.md)


</td><td markdown="1">


</td><td markdown="1">

string


</td><td markdown="1">


</td></tr>
<tr><td markdown="1">

[password](./authentication-jwt.usercredentials.password.md)


</td><td markdown="1">


</td><td markdown="1">

string


</td><td markdown="1">


</td></tr>
<tr><td markdown="1">

[userId](./authentication-jwt.usercredentials.userid.md)


</td><td markdown="1">


</td><td markdown="1">

string


</td><td markdown="1">


</td></tr>
</tbody></table>


