UNPKG
@kir-dev/passport-authsch
Version:
latest (2.2.5)
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0-development
Passport.js Strategy for AuthSCH
github.com/kir-dev/passport-authsch
kir-dev/passport-authsch
@kir-dev/passport-authsch
/
build
/
util.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
import
{
AuthSchProfile
,
RawAuthSchProfile
}
from
'./types'
;
export
declare
const
parseAuthSchProfile
:
(
profileData
:
RawAuthSchProfile
) =>
AuthSchProfile
;