Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StravaWebHookSubscriptionFields

label

STRAVA

description

This class consists of the required fields in order to establish a connection and webhook subscription process with third-party data providers.

This class is used in StravaWebHookSubscriptionRequest.hub and StravaWebHookSubscriptionResponse.hub to validate webhook subscription.

since

v0.3.2

Hierarchy

  • StravaWebHookSubscriptionFields

Index

Constructors

Properties

challenge: string

The challenge that must be echoed by the callback, such that Strava can verify the authenticity of the response.

access

public

var

{string}

mode?: string

The webhook request mode. This field should always contain 'subscribe'. As described in the Strava Developer Documentation for webhooks, this field is used solely to further differentiate webhooks events from the subscription.

access

public

var

{string}

verify_token?: string

The callback request verification token. This field is included by Strava in the callback request and allows us to verify the authenticity of a callback request.

access

public

var

{string}

Generated using TypeDoc