File

libs/interfaces/src/auth/refreshTokenResponse.interface.ts

Index

Properties

Properties

access_token
access_token: string
Type : string
refresh_token
refresh_token: string
Type : string
status
status: StatusType
Type : StatusType
import { StatusType } from '../generic/Status.type'

export interface RefreshTokenResponseInterface {
  access_token: string
  refresh_token: string
  status: StatusType
}

results matching ""

    No results matching ""