UNPKG

@digitalpersona/services

Version:
28 lines (19 loc) 1.16 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [IAuthService](./services.iauthservice.md) ## IAuthService interface DigitalPersona Web Authentication (DPWebAuth) service interface. <b>Signature:</b> ```typescript export interface IAuthService ``` ## Methods | Method | Description | | --- | --- | | [Authenticate(identity, credential)](./services.iauthservice.authenticate.md) | | | [ContinueAuthentication(auth, data)](./services.iauthservice.continueauthentication.md) | | | [CreateAuthentication(identity, credentialId)](./services.iauthservice.createauthentication.md) | | | [CustomAction(actionId, ticket, user, credential)](./services.iauthservice.customaction.md) | | | [DestroyAuthentication(auth)](./services.iauthservice.destroyauthentication.md) | | | [GetEnrollmentData(user, credentialId)](./services.iauthservice.getenrollmentdata.md) | | | [GetUserCredentials(user)](./services.iauthservice.getusercredentials.md) | | | [Identify(credential)](./services.iauthservice.identify.md) | |