Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Public Member Functions | List of all members
AfsAuthentication Interface Reference

AFS authentication interface. More...

Inheritance diagram for AfsAuthentication:
AfsTokenAuthentication AfsUserAuthentication

Public Member Functions

 format_as_url_param ($version=null)
 Formats authentication parameters.
 format_as_header_param ($version=null)
 Formats authentication parameters.

Detailed Description

AFS authentication interface.

Member Function Documentation

format_as_header_param (   $version = null)

Formats authentication parameters.

Parameters
$version[in] Format string representation according to provided version information.
Returns
array representing authentication.

Implemented in AfsUserAuthentication, and AfsTokenAuthentication.

format_as_url_param (   $version = null)

Formats authentication parameters.

Parameters
$version[in] Format string representation according to provided version information.
Returns
string representing authentication.

Implemented in AfsUserAuthentication, and AfsTokenAuthentication.