Class: JwtIssueService
Implements
Constructors
new JwtIssueService()
new JwtIssueService(
jwtSignService
):JwtIssueService
Parameters
Parameter | Type |
---|---|
jwtSignService | JwtSignService |
Returns
Defined in
packages/nestjs-jwt/src/services/jwt-issue.service.ts:7 (opens in a new tab)
Properties
Property | Modifier | Type |
---|---|---|
jwtSignService | readonly | JwtSignService |
Methods
accessToken()
accessToken(...
args
):Promise
<string
>
Parameters
Parameter | Type |
---|---|
...args | [string | object | Buffer , JwtSignOptions ] |
Returns
Promise
<string
>
Implementation of
JwtIssueServiceInterface
.accessToken
Defined in
packages/nestjs-jwt/src/services/jwt-issue.service.ts:9 (opens in a new tab)
refreshToken()
refreshToken(...
args
):Promise
<string
>
Parameters
Parameter | Type |
---|---|
...args | [string | object | Buffer , JwtSignOptions ] |
Returns
Promise
<string
>
Implementation of
JwtIssueServiceInterface
.refreshToken
Defined in
packages/nestjs-jwt/src/services/jwt-issue.service.ts:15 (opens in a new tab)