Options
All
  • Public
  • Public/Protected
  • All
Menu

StitchCredential

StitchCredential is an interface for simple login flow credentials.

Pass implementations to StitchAuth.loginWithCredential to log in as a StitchUser.

Each Authentication Provider in MongoDB Stitch provides a StitchCredential or StitchRedirectCredential (browser SDK only) implementation. See Implemented by below for a list of implementations.

See Also

Hierarchy

  • StitchCredential

Implemented by

Index

Properties

material

material: object

The contents of this credential as they will be passed to the Stitch server.

Type declaration

  • [key: string]: string

providerCapabilities

providerCapabilities: ProviderCapabilities

A ProviderCapabilities object describing the behavior of this credential when logging in.

providerName

providerName: string

The name of the authentication provider that this credential will be used to authenticate with.

providerType

providerType: string

The type of the authentication provider that this credential will be used to authenticate with.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc