name


Description:

public abstract string name { get; }

A unique name for the backend.

This will be used to identify the backend, and should also be used as the PersonaStore.type_id of the PersonaStores used by the backend.

This is guaranteed to always be available; even before Backend.prepare is called.