---
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[]

---

[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)
