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

slimupdates
Diva Canto 2010-04-27 18:37:34 -07:00
parent e838776920
commit 044c1cf5f6
1 changed files with 1 additions and 1 deletions

View File

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