SignInPageProps
Home > @backstage/frontend-plugin-api > SignInPageProps
Props for the SignInPage component.
Signature:
export type SignInPageProps = {
onSignInSuccess(identityApi: IdentityApi): void;
children?: ReactNode;
};
References: IdentityApi