Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface tokenOptions

Hierarchy

  • tokenOptions

Index

Properties

soundcloud?: { client_id: string }

Type declaration

  • client_id: string
spotify?: { client_id: string; client_secret: string; market: string; refresh_token: string }

Type declaration

  • client_id: string
  • client_secret: string
  • market: string
  • refresh_token: string
useragent?: string[]
youtube?: { cookie: string }

Type declaration

  • cookie: string

Generated using TypeDoc