@loopback/docs
Version:
Documentation for LoopBack 4
29 lines (19 loc) • 1.07 kB
Markdown
lang: en
title: 'API docs: authentication-jwt.usercredentialsrepository'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/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>
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(dataSource)](./authentication-jwt.usercredentialsrepository._constructor_.md) | | Constructs a new instance of the <code>UserCredentialsRepository</code> class |