Table of Contents

Interface IAuthenticator

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Ignite client authenticator. Provides authentication information during server handshake.

public interface IAuthenticator

Properties

Identity

Gets the identity.

object Identity { get; }

Property Value

object

Secret

Gets the secret.

object Secret { get; }

Property Value

object

Type

Gets the authenticator type.

string Type { get; }

Property Value

string