PassportOAuthResult
Home > @backstage/plugin-auth-node
> PassportOAuthResult
Signature:
export type PassportOAuthResult = {
fullProfile: PassportProfile;
params: {
id_token?: string;
scope: string;
token_type?: string;
expires_in: number;
};
accessToken: string;
};
References: PassportProfile