[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 3 namespace OAuth\OAuth2\Service\Exception; 4 5 use Exception; 6 7 /** 8 * Exception thrown when the state parameter received during the authorization process is invalid. 9 */ 10 class InvalidAuthorizationStateException extends Exception 11 { 12 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |