We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a68b1d commit 4491477Copy full SHA for 4491477
1 file changed
authenticate-users/index.php
@@ -24,7 +24,7 @@
24
* correct audience) and if so, returns strings for the requesting user's
25
* email and a persistent user ID. If not valid, returns null for each field.
26
*
27
- * @param string $assertion The JWT string to assert.
+ * @param string $idToken The JWT string to assert.
28
* @param string $audience The audience of the JWT.
29
30
* @return string[] array containing [$email, $id]
0 commit comments