--- title: Authentication State description: The API for interacting with authentication state. api_version: 2025-07 api_name: customer-account-ui-extensions source_url: html: >- https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/apis/order-status-api/authentication-state md: >- https://shopify.dev/docs/api/customer-account-ui-extensions/2025-07/apis/order-status-api/authentication-state.md --- # Authentication StateAPI The API for interacting with authentication state. ## OrderStatusApi The API object provided to this and other `customer-account.order-status` extension targets. * authenticationState StatefulRemoteSubscribable\ required The authentication state of Order status page. ### AuthenticationState ```ts 'fully_authenticated' | 'pre_authenticated' ``` ## use​Authentication​State() Returns authentication state of Order status page. ### Returns * "fully\_authenticated" | "pre\_authenticated"