---
title: "GET verify/reauthentication form"
method: GET
path: "/verify"
---

# GET verify/reauthentication form

`GET /verify`

If an endpoint is protected with @auth_required() with a freshness declaration this endpoint will be called to request an already signed in user to reauthenticate.

## Response `200`

Verify/reauthenticate form

- object
  - `has_webauthn_verify_credential` boolean — < True if caller has a registered WebAuthn Key which has a `usage` that is allowed by the SECURITY_WAN_ALLOW_AS_VERIFY configuration setting.
  - `oauth_enabled` boolean — True if SECURITY_OAUTH_ENABLE is True
  - `oauth_providers` string[]

---

[API](https://skmtc.net/pallets-eco/apis/flask-security-external-api.md) · [All operations](https://skmtc.net/pallets-eco/apis/flask-security-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pallets-eco/flask-security-external-api/versions/5ee7c28d6e1e/schema)
