Interface IAuthenticator
Ignite client authenticator. Provides authentication information during server handshake.
public interface IAuthenticator
Properties
Identity
Gets the identity.
object Identity { get; }
Property Value
Secret
Gets the secret.
object Secret { get; }
Property Value
Type
Gets the authenticator type.
string Type { get; }