PHP Class AP_OP_StoreRequest

Show file Open project: openid/php-openid

Public Methods

Method Description
createStoreRequest ( &$auth_request, &$attributeProvider, string $attribute, string $value, string $openid ) : &Auth_OpenID_AuthRequest Creates store request and adds it as an extension to AuthRequest object passed to it.

Method Details

createStoreRequest() static public method

Creates store request and adds it as an extension to AuthRequest object passed to it.
static public createStoreRequest ( &$auth_request, &$attributeProvider, string $attribute, string $value, string $openid ) : &Auth_OpenID_AuthRequest
$attribute string - The attribute name being asserted.
$value string - The attribute value being asserted.
$openid string - Openid of the entity being asserted.
return &Auth_OpenID_AuthRequest