Skip to main content
Version: Next

OAuthProviderInfo

Home > @backstage/plugin-auth-backend > OAuthProviderInfo

Warning: This API is now obsolete.

Use createOAuthRouteHandlers from @backstage/plugin-auth-node instead

Signature:

export type OAuthProviderInfo = {
accessToken: string;
idToken?: string;
expiresInSeconds?: number;
scope: string;
};