Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OAuth

OAuth Response data when oauth request.

Index

Type aliases

AppDataFromServer

AppDataFromServer: { client_id: string; client_secret: string; id: string; name: string; redirect_uri: string; website: string | null }

Type declaration

  • client_id: string
  • client_secret: string
  • id: string
  • name: string
  • redirect_uri: string
  • website: string | null

TokenDataFromServer

TokenDataFromServer: { access_token: string; created_at: number; expires_in: number | null; refresh_token: string | null; scope: string; token_type: string }

Type declaration

  • access_token: string
  • created_at: number
  • expires_in: number | null
  • refresh_token: string | null
  • scope: string
  • token_type: string

Generated using TypeDoc