> For the complete documentation index, see [llms.txt](https://regulaforensics.gitbook.io/android/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://regulaforensics.gitbook.io/android/5.7-5/enumerations/erfid_authenticationproceduretype.md).

# eRFID\_AuthenticationProcedureType

This page covers the description of the eRFID\_AuthenticationProcedureType enumeration

`eRFID_AuthenticationProcedureType` enumeration contains a set of constants that define the type of performed procedure of document authentication within the context of the communication session with electronic document.

```java
public class eRFID_AuthenticationProcedureType {
    public static final int aptUndefined = 0;
    public static final int aptStandard = 1;
    public static final int aptAdvanced = 2;
    public static final int aptGeneral = 3;
}
```

| Constant         | Description                       |
| ---------------- | --------------------------------- |
| **aptUndefined** | not defined                       |
| **aptStandard**  | standard authentication procedure |
| **aptAdvanced**  | advanced authentication procedure |
| **aptGeneral**   | general authentication procedure  |
