auth: rename issuedBy to actor
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -45,7 +45,7 @@ export type BackstageUserPrincipal = {
|
||||
* of a user. It provides context about the intermediary service that
|
||||
* facilitated the authentication.
|
||||
*/
|
||||
issuedBy?: BackstageServicePrincipal;
|
||||
actor?: BackstageServicePrincipal;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user