UNPKG

@loopback/docs

Version:
29 lines (19 loc) 1.07 kB
--- 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) &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> ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(dataSource)](./authentication-jwt.usercredentialsrepository._constructor_.md) | | Constructs a new instance of the <code>UserCredentialsRepository</code> class |