You are here

abstract public function OAuthSignatureMethod::name in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.2 lib/oauth-php/library/signature_method/OAuthSignatureMethod.class.php \OAuthSignatureMethod::name()

* Return the name of this signature * *

Return value

string

4 methods override OAuthSignatureMethod::name()
OAuthSignatureMethod_HMAC_SHA1::name in lib/oauth-php/library/signature_method/OAuthSignatureMethod_HMAC_SHA1.php
* Return the name of this signature * *
OAuthSignatureMethod_MD5::name in lib/oauth-php/library/signature_method/OAuthSignatureMethod_MD5.php
* Return the name of this signature * *
OAuthSignatureMethod_PLAINTEXT::name in lib/oauth-php/library/signature_method/OAuthSignatureMethod_PLAINTEXT.php
* Return the name of this signature * *
OAuthSignatureMethod_RSA_SHA1::name in lib/oauth-php/library/signature_method/OAuthSignatureMethod_RSA_SHA1.php
* Return the name of this signature * *

File

lib/oauth-php/library/signature_method/OAuthSignatureMethod.class.php, line 40

Class

OAuthSignatureMethod
Interface for OAuth signature methods

Code

public abstract function name();