Interface: IssueTokenServiceInterface
Extends
Methods
accessToken()
accessToken(...
args
):Promise
<string
>
Parameters
Parameter | Type |
---|---|
...args | [string | object | Buffer , JwtSignOptions ] |
Returns
Promise
<string
>
Inherited from
JwtIssueServiceInterface
.accessToken
Defined in
packages/nestjs-jwt/dist/interfaces/jwt-issue-service.interface.d.ts:3
refreshToken()
refreshToken(...
args
):Promise
<string
>
Parameters
Parameter | Type |
---|---|
...args | [string | object | Buffer , JwtSignOptions ] |
Returns
Promise
<string
>
Inherited from
JwtIssueServiceInterface
.refreshToken
Defined in
packages/nestjs-jwt/dist/interfaces/jwt-issue-service.interface.d.ts:4
responsePayload()
responsePayload(
id
):Promise
<AuthenticationResponseInterface
>
Parameters
Parameter | Type |
---|---|
id | string |
Returns
Promise
<AuthenticationResponseInterface
>