Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Accessors

applicationName

  • get applicationName(): string

clientId

  • get clientId(): string

clientSecret

  • get clientSecret(): undefined | string

developmentAccountId

  • get developmentAccountId(): number

id

  • get id(): number

redirectUrl

  • get redirectUrl(): string

Methods

delete

  • delete(): Promise<void>

ejectData

reload

update

  • update(options: { applicationName?: string; redirectUrl?: string }): Promise<Application>
  • Parameters

    • options: { applicationName?: string; redirectUrl?: string }
      • Optional applicationName?: string
      • Optional redirectUrl?: string

    Returns Promise<Application>