@digitalpersona/services
Version:
DigitalPersona Web Access Services
44 lines (29 loc) • 847 B
Markdown
layout: default
title: Overview
nav_order: 1
{% include header.html %}
<BR>
# Overview
{% include dpam-intro.md %}
As a part of DPAM this Typescript/Javascript library provides clients for
the following DPAM services.
* Authentication Service client (DPWebAuth)
* Policy Service client (DPWebPolicies)
* Claims Service client (DPWebClaims)
* Enrollment Service client (DPWebEnroll)
* Secrets Service client (DPWebSecrets)
## Requirements
{% include reqs/platforms.md %}
{% include reqs/languages.md %}
### Browser support
{% include shims/promise.md %}
{% include shims/fetch.md %}
### Node JS support
{% include shims/node-base64.md %}
## Additional documentation
* [Tutorial](./tutorial.md)
* [How-to](./how-to.md)
* [Reference](./reference.md)
* [Maintenance](maintain/index.md)