Skip to content

Commit 63090c9

Browse files
committed
docs: add [at]see to implicitAuthentication
1 parent ee76827 commit 63090c9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/functions/implicitAuthentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ let tokens = await client.authorizationCodeGrant(
8181
expectedNonce,
8282
)
8383
```
84+
85+
## See
86+
87+
[OpenID Connect 1.0 Implicit Flow](https://openid.net/specs/openid-connect-core-1_0-errata2.html#ImplicitFlowAuth)

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2850,6 +2850,8 @@ export interface ImplicitAuthenticationResponseChecks
28502850
* @returns ID Token Claims Set
28512851
*
28522852
* @group OpenID Connect 1.0
2853+
*
2854+
* @see {@link https://openid.net/specs/openid-connect-core-1_0-errata2.html#ImplicitFlowAuth OpenID Connect 1.0 Implicit Flow}
28532855
*/
28542856
export async function implicitAuthentication(
28552857
config: Configuration,

0 commit comments

Comments
 (0)