AuthHandlerResult
Home > @backstage/plugin-auth-backend
> AuthHandlerResult
Warning: This API is now obsolete.
Use
createOAuthRouteHandlers
from@backstage/plugin-auth-node
instead
The return type of an authentication handler. Must contain valid profile information.
Signature:
export type AuthHandlerResult = {
profile: _ProfileInfo;
};
References: _ProfileInfo