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

Verify() public method

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