GithubOAuthResult
Home > @backstage/plugin-auth-backend
> GithubOAuthResult
Signature:
export type GithubOAuthResult = {
fullProfile: PassportProfile;
params: {
scope: string;
expires_in?: string;
refresh_token_expires_in?: string;
};
accessToken: string;
refreshToken?: string;
};