awsAlbAuthenticator
Home > @backstage/plugin-auth-backend-module-aws-alb-provider
> awsAlbAuthenticator
Signature:
awsAlbAuthenticator: import("@backstage/plugin-auth-node").ProxyAuthenticator<{
issuer: string;
signer: string | undefined;
getKey: (header: import("jose").JWTHeaderParameters) => Promise<import("crypto").KeyObject>;
}, AwsAlbResult, {
accessToken: string;
expiresInSeconds: number;
}>