-
Notifications
You must be signed in to change notification settings - Fork 2
auth.Class.UserService
@sclable/nestjs-libs / auth / UserService
new UserService():
UserService
createFromExternalUserData(
userData
):UserID
• userData: AuthProviderUserContract
UserID
UserServiceContract
.createFromExternalUserData
packages/auth/examples/services/user.service.ts:44
getOneByExternalId(
id
):null
|ApplicationUser
• id: string
null
| ApplicationUser
UserServiceContract
.getOneByExternalId
packages/auth/examples/services/user.service.ts:31
getOneById(
id
):null
|ApplicationUser
• id: string
null
| ApplicationUser
UserServiceContract
.getOneById
packages/auth/examples/services/user.service.ts:27
getOneByUsernameAndPassword(
username
,password
):null
|ApplicationUser
• username: string
• password: string
null
| ApplicationUser
UserServiceContract
.getOneByUsernameAndPassword
packages/auth/examples/services/user.service.ts:35
updateFromExternalUserData(
userData
):UserID
• userData: AuthProviderUserContract
UserID