--- title: Authentication State description: The API for interacting with authentication state. api_version: 2024-10 api_name: customer-account-ui-extensions source_url: html: >- https://shopify.dev/docs/api/customer-account-ui-extensions/2024-10/apis/order-status-api/authentication-state md: >- https://shopify.dev/docs/api/customer-account-ui-extensions/2024-10/apis/order-status-api/authentication-state.md --- # Authentication State 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 * AuthenticationState ### AuthenticationState * 'fully_authenticated' | 'pre_authenticated' ### AuthenticationState ```ts 'fully_authenticated' | 'pre_authenticated' ```