Skip to content

Commit

Permalink
[JS] link virtual auth code samples [deploy site]
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Dec 28, 2022
1 parent 7504adc commit 6976666
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Expand Up @@ -61,7 +61,7 @@ It creates a new virtual authenticator with the provided properties.
{{< badge-code >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< badge-code >}}
{{< gh-codeblock path="examples/javascript/test/virtual_authenticator/virtualAuthenticator.spec.js#L51-L55" >}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand All @@ -86,7 +86,7 @@ Removes the previously added virtual authenticator.
{{< badge-code >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< badge-code >}}
{{< gh-codeblock path="examples/javascript/test/virtual_authenticator/virtualAuthenticator.spec.js#L62-L63" >}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< badge-code >}}
Expand Down
Expand Up @@ -64,6 +64,7 @@ It creates a new virtual authenticator with the provided properties.
{{< tab header="Python" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="examples/javascript/test/virtual_authenticator/virtualAuthenticator.spec.js#L51-L55" >}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< /tab >}}
Expand All @@ -85,6 +86,7 @@ Removes the previously added virtual authenticator.
{{< tab header="Python" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="examples/javascript/test/virtual_authenticator/virtualAuthenticator.spec.js#L62-L63" >}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< /tab >}}
Expand Down
Expand Up @@ -64,6 +64,7 @@ It creates a new virtual authenticator with the provided properties.
{{< tab header="Python" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="examples/javascript/test/virtual_authenticator/virtualAuthenticator.spec.js#L51-L55" >}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< /tab >}}
Expand All @@ -85,6 +86,7 @@ Removes the previously added virtual authenticator.
{{< tab header="Python" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="examples/javascript/test/virtual_authenticator/virtualAuthenticator.spec.js#L62-L63" >}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< /tab >}}
Expand Down
Expand Up @@ -55,6 +55,7 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身
{{< tab header="Python" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="examples/javascript/test/virtual_authenticator/virtualAuthenticator.spec.js#L51-L55" >}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< /tab >}}
Expand All @@ -76,6 +77,7 @@ Web 应用程序可以启用基于公钥的身份验证机制(称为 Web 身
{{< tab header="Python" >}}
{{< /tab >}}
{{< tab header="JavaScript" >}}
{{< gh-codeblock path="examples/javascript/test/virtual_authenticator/virtualAuthenticator.spec.js#L62-L63" >}}
{{< /tab >}}
{{< tab header="Kotlin" >}}
{{< /tab >}}
Expand Down

0 comments on commit 6976666

Please sign in to comment.