Options
All
  • Public
  • Public/Protected
  • All
Menu
label

OAUTH

description

This class defines the fields and methods of a basic remote entity's DTO as defined by custom data providers.

since

v0.4.0

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

  • This constructor is private as to avoid the creation of instances outside of this implementation. This allows us to make sure that activities as scoped inside the Strava OAuth Driver, always use the correct format and are always transformed correctly.

    To create an instance of this class, you must use the static method {@link BasicRemoteDTO.createFromObject}.

    access

    protected

    Returns BasicRemoteDTO

Properties

columns: string[] = []

The column names as they are represented in the backend runtime database.

Note that the fields listed here will be stored in documents.

access

public

readonly
var

{string[]}

type: OAuthEntityType = OAuthEntityType.Custom

The type of entity represented in this object.

access

public

readonly
var

{OAuthEntityType}

Methods

  • toDocument(): ObjectLiteral

Generated using TypeDoc