Module Web.Auth.OAuth.Signature

Description

Module for creating OAuth signatures


Constant HMAC_SHA1

constant int Web.Auth.OAuth.Signature.HMAC_SHA1

Description

Signature type for hmac sha1 signing.


Constant NONE

protected constant int Web.Auth.OAuth.Signature.NONE

Description

Signature type for the Base class.


Constant PLAINTEXT

constant int Web.Auth.OAuth.Signature.PLAINTEXT

Description

Signature type for plaintext signing.


Constant RSA_SHA1

constant int Web.Auth.OAuth.Signature.RSA_SHA1

Description

Signature type for rsa sha1 signing.


Constant SIGTYPE

constant Web.Auth.OAuth.Signature.SIGTYPE

Description

Signature types to signature key mapping.