UNPKG
nestjs-oauth2
Version:
latest (0.0.7)
0.0.31
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
NestJS OAuth2 Client
hanchchch/nestjs-oauth2
nestjs-oauth2
/
dist
/
oauth
/
oauth.decorators.d.ts
2 lines
(1 loc)
•
104 B
TypeScript
View Raw
1
2
export
declare
const
InjectOAuth
:
() =>
(
target
:
object
,
key
:
string
|
symbol
,
index
?:
number
) =>
void
;