CavrnusAuthentication (.NET)

- Fields

public string Token;

The CavrnusAuthentication is what is received as the result of a successful login attempt.

However, you don’t actually need to do anything with the CavrnusAuthentication is most cases.

The Token value can be stored locally to keep a user logged in, which the CavrnusSpatialConnector component handles for you. If needed, you may reimplement or customize that functionality given your project’s needs.

Â