SamlAuthResult
Home > @backstage/plugin-auth-backend
> SamlAuthResult
Warning: This API is now obsolete.
Migrate the auth plugin to the new backend system https://backstage.io/docs/backend-system/building-backends/migrating\#the-auth-plugin
Signature:
export type SamlAuthResult = {
fullProfile: any;
};