---
title: "GET Unified sign in verify/reauthentication form/information"
method: GET
path: "/us-verify"
---

# GET Unified sign in verify/reauthentication form/information

`GET /us-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
  - `available_methods` string[] — Config setting SECURITY_US_ENABLED_METHODS
  - `code_methods` string[] — All SECURITY_US_ENABLED_METHODS that the user has setup that require a code to be generated and sent.
  - `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[]

## Changes

- **2026-03-06** `c687885139da` — 2 info
  - added the optional property `oauth_enabled` to the response with the `200` status
  - added the optional property `oauth_providers` to the response with the `200` status
- **2022-04-24** `c0a14956e90a` — 2 breaking
  - the `available_methods` response's property type/format changed from `string`/`` to `array`/`` for status `200`
  - the `code_methods` response's property type/format changed from `string`/`` to `array`/`` for status `200`
- **2022-04-11** `afed188e0556` — 1 info
  - added the optional property `has_webauthn_verify_credential` to the response with the `200` status
- **2020-04-17** `4c0828c411ce` — 1 warning, 1 info
  - removed the optional property `methods` from the response with the `200` status
  - added the optional property `available_methods` to the response with the `200` status
- **2020-03-15** `2b6c48baee5c` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/changes/us-verify/get.md)

---

[API](https://skmtc.dev/pallets-eco/apis/flask-security-external-api.md) · [All operations](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pallets-eco/flask-security-external-api/revisions/ee92f388dafa/schema)
