Table of Contents

Class LoginResult

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

true The results of an authentication attempt.

public class LoginResult
Inheritance
LoginResult
Inherited Members

Constructors

LoginResult()

public LoginResult()

Properties

Credentials

Gets or sets the Credentials to be used when making calls to MyGeotab.

public Credentials? Credentials { get; set; }

Property Value

Credentials

Credentials

Path

Gets or sets the path of server hosting the database. "ThisServer" if successfully logged in to this server, or "servername". The caller must handle prepending the protocol.

public string? Path { get; set; }

Property Value

string

string

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.