mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Fully implement unencrypted auth token operations
This commit is contained in:
@@ -48,5 +48,9 @@ namespace OpenSim.Data
|
||||
bool Store(AuthenticationData data);
|
||||
|
||||
bool SetDataItem(UUID principalID, string item, string value);
|
||||
|
||||
bool SetToken(UUID principalID, string token, int lifetime);
|
||||
|
||||
bool CheckToken(UUID principalID, string token, int lifetime);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user