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