Type Alias CustomerSessionClientSecret

CustomerSessionClientSecret: { customerId: string; clientSecret: string }

Type declaration

  • customerId: string

    The Customer the Customer Session was created for.

  • clientSecret: string

    The client secret of this Customer Session. Used on the client to set up secure access to the given customer. See our CustomerSession docs for more information