BackstageNonePrincipal
Home > @backstage/backend-plugin-api
> BackstageNonePrincipal
Represents a principal that is not authenticated (for example when no token at all was given to a request).
Signature:
export type BackstageNonePrincipal = {
type: 'none';
};