Show / Hide Table of Contents

Class AuthenticationRequestArguments

Represents parameters to pass to Gremlin Server for a AuthenticationRequestMessage.

Inheritance
System.Object
RequestArguments
AuthenticationRequestArguments
Inherited Members
RequestArguments.BatchSize
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Gremlin.Net.Messages
Assembly:Gremlin.Net.dll
Syntax
public class AuthenticationRequestArguments : RequestArguments

Constructors

| Improve this Doc View Source

AuthenticationRequestArguments(String, String)

Initializes a new instance of the AuthenticationRequestArguments class.

Declaration
public AuthenticationRequestArguments(string username, string password)
Parameters
Type Name Description
System.String username

The username.

System.String password

The password.

Properties

| Improve this Doc View Source

Sasl

Gets or sets the response to the server authentication challenge. This value is dependent on the SASL authentication mechanism required by the server.

Declaration
[JsonProperty(PropertyName = "sasl")]
public string Sasl { get; set; }
Property Value
Type Description
System.String

The response to the server authentication challenge.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX