Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OAuthEntity

interface

OAuthEntity

description

This interface defines the fields and methods of an OAuth entity which determines exactly how data providers store copies of end-users data.

Note that we do not extract and interpret all fields that are shared by data providers.

since

v0.4.0

Hierarchy

  • OAuthEntity

Implemented by

Index

Properties

Methods

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[]}

The type of entity represented in this object.

access

public

readonly
var

{OAuthEntityType}

Methods

  • toDocument(): ObjectLiteral

Generated using TypeDoc