Interface PhotonClientOptions

Configuration options for Photon SDK

Param

The Auth0 domain

Param

A client_id of Auth0 client credentials

Param

A url to redirect to after login

Param

An id of an organization to login as

Param

The top-level domain of the Photon API

Param

The GraphQL endpoint of the Photon API

Hierarchy

  • PhotonClientOptions

Properties

audience?: string
clientId: string
domain: string
organization?: string
redirectURI?: string
uri?: string

Generated using TypeDoc