UNPKG
@notadd/authentication
Version:
latest (2.4.4)
2.4.4
2.4.3
2.4.2
2.4.0
2.3.31
2.3.30
2.3.29
2.3.28
2.3.27
2.3.26
2.3.25
2.3.23
2.3.19
2.3.17
2.3.6
2.3.4
2.3.3
2.2.8
2.2.7
2.2.3
2.2.2
2.1.14
2.1.13
2.1.1
Notadd Backend Package.
github.com/notadd/next
notadd/next
@notadd/authentication
/
resolvers
/
auth.resolvers.d.ts
10 lines
(9 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
AuthDto
}
from
"../dtos"
;
import
{
AuthService
}
from
"../services"
;
export
declare
class
AuthResolvers
{
private
readonly
service;
constructor
(
service
:
AuthService
);
getAuthToken
(
obj
:
any
,
args
: {
auth
:
AuthDto
; }):
Promise
<
any
>; }