@@ -288,6 +288,13 @@ export const createSamlProvider: (
|
||||
options?: SamlProviderOptions | undefined,
|
||||
) => AuthProviderFactory;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "decorateWithIdentity" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public
|
||||
export function decorateWithIdentity(
|
||||
signInResolverResponse: Omit<BackstageIdentityResponse, 'identity'>,
|
||||
): BackstageIdentityResponse;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "factories" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
|
||||
Reference in New Issue
Block a user