GcpIapTokenInfo
Home > @backstage/plugin-auth-backend-module-gcp-iap-provider
> GcpIapTokenInfo
The data extracted from an IAP token.
Signature:
export type GcpIapTokenInfo = {
sub: string;
email: string;
[key: string]: JsonPrimitive;
};
References: JsonPrimitive