SignInPageProps
Home > @backstage/core-app-api > SignInPageProps
Props for the SignInPage component of AppComponents.
Signature:
export type SignInPageProps = PropsWithChildren<{
onSignInSuccess(identityApi: IdentityApi): void;
}>;
References: IdentityApi