import { GcpIapTokenInfo as _GcpIapTokenInfo, GcpIapResult as _GcpIapResult } from '@backstage/plugin-auth-backend-module-gcp-iap-provider'; /** * The data extracted from an IAP token. * * @public * @deprecated import from `@backstage/plugin-auth-backend-module-gcp-iap-provider` instead */ export type GcpIapTokenInfo = _GcpIapTokenInfo; /** * The result of the initial auth challenge. This is the input to the auth * callbacks. * * @public * @deprecated import from `@backstage/plugin-auth-backend-module-gcp-iap-provider` instead */ export type GcpIapResult = _GcpIapResult;