AuthService.getOwnServiceCredentials()
Home > @backstage/backend-plugin-api
> AuthService
> getOwnServiceCredentials
Create a credentials object that represents the current service itself.
Signature:
getOwnServiceCredentials(): Promise<BackstageCredentials<BackstageServicePrincipal>>;
Returns: