PHP Class Spatie\UrlSigner\MD5UrlSigner

Inheritance: extends BaseUrlSigner
ファイルを表示 Open project: spatie/url-signer Class Usage Examples

Protected Methods

Method Description
createSignature ( League\Url\UrlImmutable | string $url, string $expiration ) : string Generate a token to identify the secure action.

Method Details

createSignature() protected method

Generate a token to identify the secure action.
protected createSignature ( League\Url\UrlImmutable | string $url, string $expiration ) : string
$url League\Url\UrlImmutable | string
$expiration string
return string