Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OAuthConfig

label

OAUTH

interface

OAuthConfig

description

The dApp security configuration. This configuration object is used to determine communication, transport and process that are used in security-critical scopes.

link

OAuthConfig

since

v0.3.0

Hierarchy

  • OAuthConfig

Index

Properties

Properties

An OAuth Providers configuration object. This configuration field consists of a key as listed in {@link ProviderType} and a parameters object as defined by {@link ProviderParameters}.

example

Example providers configuration object

{
providers: {
strava: { ... }
}
}
link

OAuthProvidersMap

access

public

var

{OAuthProvidersMap}

Generated using TypeDoc