UNPKG

@digitalpersona/services

Version:
34 lines (23 loc) 1.43 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [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) | | |