You are here

cookie.inc in RESTful 7

File

plugins/authentication/cookie.inc
View source
<?php

$plugin = array(
  'label' => t('Cookie based authentication'),
  'description' => t('Authenticate requests based on the user cookie.'),
  'name' => 'cookie',
  'class' => 'RestfulAuthenticationCookie',
);