Changed GetToken from protected to public. This is not exposed at the interface.

This commit is contained in:
Diva Canto
2010-04-27 18:37:34 -07:00
parent e838776920
commit 044c1cf5f6

View File

@@ -127,7 +127,7 @@ namespace OpenSim.Services.AuthenticationService
return true;
}
protected string GetToken(UUID principalID, int lifetime)
public string GetToken(UUID principalID, int lifetime)
{
UUID token = UUID.Random();