We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee76827 commit 63090c9Copy full SHA for 63090c9
docs/functions/implicitAuthentication.md
@@ -81,3 +81,7 @@ let tokens = await client.authorizationCodeGrant(
81
expectedNonce,
82
)
83
```
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
@@ -2850,6 +2850,8 @@ export interface ImplicitAuthenticationResponseChecks
2850
* @returns ID Token Claims Set
2851
*
2852
* @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}
2855
*/
2856
export async function implicitAuthentication(
2857
config: Configuration,
0 commit comments