Overview

Namespaces

  • Racoon
    • Api
      • Auth
      • Exception
      • Response
        • Format
        • Generate
      • Schema

Classes

  • ApiKeyAuthenticator
  • NoAuthenticator

Interfaces

  • AuthInterface
  • Overview
  • Namespace
  • Class

Class NoAuthenticator

An Authenticator that allows everyone through. Class ApiKeyAuthenticator

Racoon\Api\Auth\NoAuthenticator implements Racoon\Api\Auth\AuthInterface
Namespace: Racoon\Api\Auth
Package: Racoon\Api\Auth
Located at Auth/NoAuthenticator.php
Methods summary
public boolean
# authenticate( Racoon\Api\Request $request )

Parameters

$request

Returns

boolean

Throws

Racoon\Api\Exception\AuthenticationException

Implementation of

Racoon\Api\Auth\AuthInterface::authenticate()
API documentation generated by ApiGen