Click or drag to resize

AuthOptionsDictionary Class

A container that stores login information for authenticating with a remote endpoint
Inheritance Hierarchy

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public sealed class AuthOptionsDictionary : OptionsDictionary

The AuthOptionsDictionary type exposes the following members.

Constructors
  NameDescription
Public methodAuthOptionsDictionary
Default constructor
Top
Properties
  NameDescription
Public propertyCount (Inherited from OptionsDictionary.)
Public propertyIsReadOnly (Inherited from OptionsDictionary.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from OptionsDictionary.)
Public propertyKeys (Inherited from OptionsDictionary.)
Public propertyPassword
Gets or sets the password for the credentials (not applicable in all cases)
Public propertyType
Gets or sets the type of authentication to be used
Public propertyUsername
Gets or sets the username to be used
Public propertyValues (Inherited from OptionsDictionary.)
Top
Methods
  NameDescription
Public methodAdd(KeyValuePairString, Object) (Inherited from OptionsDictionary.)
Public methodAdd(String, Object) (Inherited from OptionsDictionary.)
Public methodClear (Inherited from OptionsDictionary.)
Public methodContains (Inherited from OptionsDictionary.)
Public methodContainsKey (Inherited from OptionsDictionary.)
Public methodCopyTo (Inherited from OptionsDictionary.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from OptionsDictionary.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(KeyValuePairString, Object) (Inherited from OptionsDictionary.)
Public methodRemove(String) (Inherited from OptionsDictionary.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from OptionsDictionary.)
Top
See Also