Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientOptions

Hierarchy

  • ClientOptions

Index

Properties

apiEndpoint

apiEndpoint: string

application

application: { clientId: string; clientSecret: string }

Type declaration

  • clientId: string
  • clientSecret: string

discoveryEndpoint

discoveryEndpoint: string

merchant

merchant: { clientId: string; clientSecret: string; providerId: string; refreshToken: string }

Type declaration

  • clientId: string
  • clientSecret: string
  • providerId: string
  • refreshToken: string

Generated using TypeDoc