UNPKG
@ditsmod/authjs
Version:
latest (3.0.0-alpha.1)
next (3.0.0-alpha.5)
3.0.4-alpha.4
3.0.3-alpha.4
3.0.2-alpha.4
3.0.1-alpha.4
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
Ditsmod module to support Auth.js
ditsmod.github.io/en/
ditsmod/ditsmod
@ditsmod/authjs
/
dist-e2e
/
credentials
/
credentials.service.d.ts
7 lines
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
CredentialsService
{
authorize
(
data
:
any
):
Promise
<{
name
:
any
;
email
:
string
; } |
null
>; }
//# sourceMappingURL=credentials.service.d.ts.map