Get the storage key for a session.
session specifies which auth session.
session
String authKey([String? session]) { return Auth.key(session); }