Changed GetToken from protected to public. This is not exposed at the interface.
parent
e838776920
commit
044c1cf5f6
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue