PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/avalanche/src/apis/auth

Просмотр файла: interfaces.ts

/**
 * @packageDocumentation
 * @module Auth-Interfaces
 */

export interface NewTokenInterface {
  password: string
  endpoints: string[]
}

export interface RevokeTokenInterface {
  password: string
  token: string
}

export interface ChangePasswordInterface {
  oldPassword: string
  newPassword: string
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!