AuthCubit({ required this.tenantId, required this.redirectUri, required this.scope, required this.clientId, }) : super(AuthInitial());