@vnodes/auth
Preparing search index...
AuthController
Class AuthController
Index
Constructors
constructor
Properties
auth
Service
Methods
can
Activate
forgot
Password
login
logout
profile
update
Password
Constructors
constructor
new
AuthController
(
authService
:
AuthService
)
:
AuthController
Parameters
authService
:
AuthService
Returns
AuthController
Properties
Protected
Readonly
auth
Service
authService
:
AuthService
Methods
can
Activate
canActivate
(
username
:
string
,
body
:
CanActivateDto
,
)
:
Promise
<
CanActivateResponseDto
>
Parameters
username
:
string
body
:
CanActivateDto
Returns
Promise
<
CanActivateResponseDto
>
forgot
Password
forgotPassword
(
body
:
ForgotPasswordDto
)
:
MessageDto
Parameters
body
:
ForgotPasswordDto
Returns
MessageDto
login
login
(
body
:
LoginDto
)
:
Promise
<
AccessTokenDto
>
Parameters
body
:
LoginDto
Returns
Promise
<
AccessTokenDto
>
logout
logout
(
accessToken
:
string
)
:
MessageDto
Parameters
accessToken
:
string
Returns
MessageDto
profile
profile
(
uuid
:
string
)
:
UserManager
Parameters
uuid
:
string
Returns
UserManager
update
Password
updatePassword
(
uuid
:
string
,
body
:
UpdatePasswordDto
)
:
Promise
<
MessageDto
>
Parameters
uuid
:
string
body
:
UpdatePasswordDto
Returns
Promise
<
MessageDto
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
auth
Service
Methods
can
Activate
forgot
Password
login
logout
profile
update
Password
@vnodes/auth
Loading...