<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/enrollment](./enrollment.md) &gt; [EnrollmentContext](./enrollment.enrollmentcontext.md) &gt; [securityOfficer](./enrollment.enrollmentcontext.securityofficer.md)

## EnrollmentContext.securityOfficer property

An optional JSON Web Token of a security officer performing an attended enrollment. If not provided, the API should try to use a user's own token instead for a self-enrollment. In this case the user must be allowed to do self-enrollment.

<b>Signature:</b>

```typescript
securityOfficer?: JSONWebToken | undefined;
```
