Page Contents
Home > @loopback/authentication-jwt > UserCredentialsRepository
UserCredentialsRepository class
Signature:
export declare class UserCredentialsRepository extends DefaultCrudRepository<UserCredentials, typeof UserCredentials.prototype.id, UserCredentialsRelations>
Extends: DefaultCrudRepository<UserCredentials, typeof UserCredentials.prototype.id, UserCredentialsRelations>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| [(constructor)(dataSource)](/doc/en/lb4/apidocs.authentication-jwt.usercredentialsrepository._constructor_.html) | Constructs a new instance of the `UserCredentialsRepository` class |