# Authentication State The API for interacting with authentication state. ## OrderStatusApi The API object provided to this and other `customer-account.order-status` extension targets. ### Docs_OrderStatus_AuthenticationStateApi ### authenticationState value: `StatefulRemoteSubscribable` - AuthenticationState: 'fully_authenticated' | 'pre_authenticated' The authentication state of Order status page. ## useAuthenticationState Returns authentication state of Order status page. ### UseAuthenticationStateGeneratedType Returns authentication state of Order status page. #### Returns: AuthenticationState export function useAuthenticationState< Target extends RenderOrderStatusExtensionTarget = RenderOrderStatusExtensionTarget, >(): AuthenticationState { return useSubscription(useApi().authenticationState); }