@digitalpersona/services
Version:
DigitalPersona Web Access Services
34 lines (23 loc) • 1.43 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [AuthService](./services.authservice.md)
## AuthService class
DigitalPersona WebAuth (DPWebAuth) service client wrapper.
<b>Signature:</b>
```typescript
export declare class AuthService extends Service implements IAuthService
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(endpointUrl)](./services.authservice.(constructor).md) | | Constructs a service wrapper. |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [Authenticate(identity, credential)](./services.authservice.authenticate.md) | | |
| [ContinueAuthentication(authId, authData)](./services.authservice.continueauthentication.md) | | |
| [CreateAuthentication(identity, credentialId)](./services.authservice.createauthentication.md) | | |
| [CustomAction(actionId, ticket, user, credential)](./services.authservice.customaction.md) | | |
| [DestroyAuthentication(authId)](./services.authservice.destroyauthentication.md) | | |
| [GetEnrollmentData(user, credentialId)](./services.authservice.getenrollmentdata.md) | | |
| [GetUserCredentials(user)](./services.authservice.getusercredentials.md) | | |
| [Identify(credential)](./services.authservice.identify.md) | | |