@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
30 lines (20 loc) • 1.44 kB
Markdown
---
lang: en
title: 'API docs: authentication-jwt.usercredentialsrepository'
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.usercredentialsrepository.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/authentication-jwt](./authentication-jwt.md) > [UserCredentialsRepository](./authentication-jwt.usercredentialsrepository.md)
## UserCredentialsRepository class
<b>Signature:</b>
```typescript
export declare class UserCredentialsRepository extends DefaultCrudRepository<UserCredentials, typeof UserCredentials.prototype.id, UserCredentialsRelations>
```
<b>Extends:</b> [DefaultCrudRepository](./repository.defaultcrudrepository.md)<!-- --><[UserCredentials](./authentication-jwt.usercredentials.md)<!-- -->, typeof [UserCredentials.prototype.id](./authentication-jwt.usercredentials.id.md)<!-- -->, [UserCredentialsRelations](./authentication-jwt.usercredentialsrelations.md)<!-- -->>
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(dataSource)](./authentication-jwt.usercredentialsrepository._constructor_.md) | | Constructs a new instance of the <code>UserCredentialsRepository</code> class |