Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CPHCMSTypes

Index

Type aliases

CPHCSMAccessTokenResponse: { appName: string; auth: { access_token: string; expires_at: number; expires_in: number; scope: string; token_type: string }; baseUrl: string; contentTypeName: string }

Type declaration

  • appName: string
  • auth: { access_token: string; expires_at: number; expires_in: number; scope: string; token_type: string }
    • access_token: string
    • expires_at: number
    • expires_in: number
    • scope: string
    • token_type: string
  • baseUrl: string
  • contentTypeName: string