# Functions
NewStorage creates a auth storage from a backend.
# Constants
MethodJSONAuth is used to identify json auth.
MethodNoAuth is used to identify no auth.
MethodProxyAuth is used to identify no auth.
# Interfaces
Auther is the authentication interface.
StorageBackend is a storage backend for auth storage.