# leadin/11.3.62/public/auth/class-oauthcryptoerror.php

HubSpot All-In-One Marketing – Forms, Popups, Live Chat, version 11.3.62. 11 lines.

- Page: https://pluginprobe.com/plugins/leadin/11.3.62/code/public/auth/class-oauthcryptoerror.php
- Raw: https://pluginprobe.com/plugins/leadin/11.3.62/raw/public/auth/class-oauthcryptoerror.php
- Modified: 2026-07-09T10:45:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/leadin/11.3.62/code/public/auth/class-oauthcryptoerror.php#L10-L20`.

```php
<?php

namespace Leadin\auth;

/**
 * Error codes for OAuthCrypto
 */
class OAuthCryptoError {
	const DECRYPT_FAILED = 'DECRYPT_FAILED';
}

```
