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