Options
All
  • Public
  • Public/Protected
  • All
Menu

ProviderCapabilities

Defines the behavior of a credential based on its authentication provider.

Hierarchy

  • ProviderCapabilities

Index

Constructors

Properties

Constructors

constructor

Properties

reusesExistingSession

reusesExistingSession: boolean

A bool indicating whether or not logging in with this credential will re-use the existing authenticated session if there is one. If this is true, then no authentication with the server will be performed if the client is already authenticated, and the existing session will be used. If this is false, then the client will log out of its existing session if it is already logged in.

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