UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

30 lines (20 loc) 1.44 kB
--- 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) &gt; [@loopback/authentication-jwt](./authentication-jwt.md) &gt; [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)<!-- -->&lt;[UserCredentials](./authentication-jwt.usercredentials.md)<!-- -->, typeof [UserCredentials.prototype.id](./authentication-jwt.usercredentials.id.md)<!-- -->, [UserCredentialsRelations](./authentication-jwt.usercredentialsrelations.md)<!-- -->&gt; ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(dataSource)](./authentication-jwt.usercredentialsrepository._constructor_.md) | | Constructs a new instance of the <code>UserCredentialsRepository</code> class |