Skip to content

Commit 4491477

Browse files
authored
Update index.php
1 parent 5a68b1d commit 4491477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authenticate-users/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* correct audience) and if so, returns strings for the requesting user's
2525
* email and a persistent user ID. If not valid, returns null for each field.
2626
*
27-
* @param string $assertion The JWT string to assert.
27+
* @param string $idToken The JWT string to assert.
2828
* @param string $audience The audience of the JWT.
2929
*
3030
* @return string[] array containing [$email, $id]

0 commit comments

Comments
 (0)