OpenSim.Region.CoreModules.ServiceConnectorsOut.Authentication.LocalAuthenticationServicesConnector.Release C# (CSharp) Method

Release() public method

public Release ( UUID principalID, string token ) : bool
principalID UUID
token string
return bool
        public bool Release(UUID principalID, string token)
        {
            return m_AuthenticationService.Release(principalID, token);
        }