Gjsify LogoGjsify Logo

An ESource's authentication reason, used by an ESource::CredentialsRequired method.

Index

Enumeration Members

ERROR: number

The server returned an error. It is not possible to connect to it at the moment usually.

REJECTED: number

The previously used credentials had been rejected by the server. That usually means that the user should be asked to provide/correct the credentials.

REQUIRED: number

This is the first attempt to get credentials for the source. It's usually used right after the source is opened and the authentication continues with a stored credentials, if any.

SSL_FAILED: number

A secured connection failed due to some server-side certificate issues.

UNKNOWN: number

A return value when there was no 'credentials-required' signal emitted yet, or a pair 'authenticate' signal had been received. This value should not be used in the call of 'credentials-required'.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • 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