From cb7e89e18f09f1be5d5d093faa8935886a7c76fc Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Fri, 27 Oct 2023 09:50:13 -0700 Subject: [PATCH] usage note --- src/RelyingParty.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/RelyingParty.php b/src/RelyingParty.php index 472bd85..2f1c52e 100644 --- a/src/RelyingParty.php +++ b/src/RelyingParty.php @@ -48,6 +48,8 @@ public function getId(): string } /** + * Used by steps 7.1.13 and 7.2.15 + * * @internal */ public function permitsRpIdHash(AuthenticatorData $authData): bool