GcpIapResult
Home > @backstage/plugin-auth-backend-module-gcp-iap-provider
> GcpIapResult
The result of the initial auth challenge. This is the input to the auth callbacks.
Signature:
export type GcpIapResult = {
iapToken: GcpIapTokenInfo;
};
References: GcpIapTokenInfo