OAuthStartResponse
Home > @backstage/plugin-auth-backend
> OAuthStartResponse
Warning: This API is now obsolete.
Use
createOAuthAuthenticator
from@backstage/plugin-auth-node
instead
Signature:
export type OAuthStartResponse = {
url: string;
status?: number;
};