You are here

MailhandlerAuthenticateTokenauth.inc in Mailhandler 6.2

File

modules/mailhandler_tokenauth/plugins/mailhandler/authenticate/MailhandlerAuthenticateTokenauth.inc
View source
<?php

/**
 * @file
 * MailhandlerAuthenticateTokenauth class.
 */
$plugin = array(
  'name' => '"Tokenauth" address authentication',
  'description' => 'Authenticate messages based on tokens from Tokenauth',
  'handler' => array(
    'class' => 'MailhandlerAuthenticateTokenauth',
    'parent' => 'MailhandlerAuthenticate',
  ),
);