Skip to content

@sourceloop/authentication-service / Exports / AuthRefreshTokenRequest

Class: AuthRefreshTokenRequest

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new AuthRefreshTokenRequest(data?)

Parameters

Name Type
data? Partial<AuthRefreshTokenRequest>

Inherited from

CoreModel<AuthRefreshTokenRequest>.constructor

Defined in

packages/core/dist/models/core-model.d.ts:3

Properties

refreshToken

refreshToken: string

Defined in

services/authentication-service/src/modules/auth/models/auth-refresh-token-request.dto.ts:14


tenantId

Optional tenantId: string

Defined in

services/authentication-service/src/modules/auth/models/auth-refresh-token-request.dto.ts:19