aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AuthorizationResponse.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved AuthorizationRequest and AuthorizationResponse to ↵Rob Smart2009-09-111-58/+0
| | | | IAuthorizationService to keep service dependencies together.
* Changed the interface of IAuthorizationService to get less data.Diva Canto2009-09-101-1/+1
|
* added AuthorizationRequest and AuthorizationResponse objects for passing ↵Rob Smart2009-09-101-0/+58
Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector