Skip to content

Commit 86312fd

Browse files
committed
Remove remaining experimental classes
1 parent 4695a53 commit 86312fd

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

AccessToken/Oidc/Exception/InvalidSignatureException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* This exception is thrown when the token signature is invalid.
18-
*
19-
* @experimental
2018
*/
2119
class InvalidSignatureException extends AuthenticationException
2220
{

AccessToken/Oidc/Exception/MissingClaimException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* This exception is thrown when the user is invalid on the OIDC server (e.g.: "email" property is not in the scope).
18-
*
19-
* @experimental
2018
*/
2119
class MissingClaimException extends AuthenticationException
2220
{

AccessToken/Oidc/OidcTokenHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232
/**
3333
* The token handler decodes and validates the token, and retrieves the user identifier from it.
34-
*
35-
* @experimental
3634
*/
3735
final class OidcTokenHandler implements AccessTokenHandlerInterface
3836
{

AccessToken/Oidc/OidcUserInfoTokenHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
/**
2222
* The token handler validates the token on the OIDC server and retrieves the user identifier.
23-
*
24-
* @experimental
2523
*/
2624
final class OidcUserInfoTokenHandler implements AccessTokenHandlerInterface
2725
{

0 commit comments

Comments
 (0)