Skip to content

Commit e231b61

Browse files
committed
docs(README): clarify clientID/clientSecret in authentication object
1 parent e276d93 commit e231b61

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ The differences are
672672
<code>string</code>
673673
</th>
674674
<td>
675-
The app's <code>Client ID</code>
675+
The <code>clientId</code> from the strategy options
676676
</td>
677677
</tr>
678678
<tr>
@@ -683,7 +683,7 @@ The differences are
683683
<code>string</code>
684684
</th>
685685
<td>
686-
One of the app's client secrets
686+
The <code>clientSecret</code> from the strategy options
687687
</td>
688688
</tr>
689689
<tr>
@@ -782,7 +782,7 @@ Either `undefined` or `true`. Will be set to `true` if the token was invalided e
782782
<code>string</code>
783783
</th>
784784
<td>
785-
The app's <code>Client ID</code>
785+
The <code>clientId</code> from the strategy options
786786
</td>
787787
</tr>
788788
<tr>
@@ -793,7 +793,7 @@ Either `undefined` or `true`. Will be set to `true` if the token was invalided e
793793
<code>string</code>
794794
</th>
795795
<td>
796-
One of the app's client secrets
796+
The <code>clientSecret</code> from the strategy options
797797
</td>
798798
</tr>
799799
<tr>
@@ -819,7 +819,7 @@ Either `undefined` or `true`. Will be set to `true` if the token was invalided e
819819
Either `undefined` or `true`. Will be set to `true` if the token was invalided explicitly or found to be invalid
820820

821821
</td>
822-
822+
</tr>
823823
</tbody>
824824
</table>
825825

@@ -881,7 +881,7 @@ Either `undefined` or `true`. Will be set to `true` if the token was invalided e
881881
<code>string</code>
882882
</th>
883883
<td>
884-
The app's <code>Client ID</code>
884+
The <code>clientId</code> from the strategy options
885885
</td>
886886
</tr>
887887
<tr>
@@ -892,7 +892,7 @@ Either `undefined` or `true`. Will be set to `true` if the token was invalided e
892892
<code>string</code>
893893
</th>
894894
<td>
895-
One of the app's client secrets
895+
The <code>clientSecret</code> from the strategy options
896896
</td>
897897
</tr>
898898
<tr>

0 commit comments

Comments
 (0)