Options
All
  • Public
  • Public/Protected
  • All
Menu

Remota - v0.8.3

Index

Namespaces

Classes

Type aliases

Type aliases

ClientConfig

ClientConfig: { clientId: string; code: string; key: string; maskAllInputs?: boolean; ui?: UI; url?: string }

Required configuration for Remota client

Type declaration

  • clientId: string

    Your Remota client id

  • code: string

    Remota session code

  • key: string

    Your Remota client key

  • Optional maskAllInputs?: boolean

    Mask all user inputs

  • Optional ui?: UI

    Use custom UI, if provided

  • Optional url?: string

    Remota server URL (defaults to remota.xyz)

Generated using TypeDoc